If you can comment down below the code. How to print alphabets as patterns in single line without GUI development? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

If you can comment down below the code. How to print alphabets as patterns in single line without GUI development?

I need a python program in which a string is taken from the user and it is printed as a pattern. Using "#", "@", ". "Or any other character you like. Note:-> the patter should be printed in the horizontal format instead of a vertical one without developing any gui output should be developed in the terminal. And height should not be more then 6 lines. Logic:-> print As @ ##### # # # # ###### ##### # # # # # # ##### You can add anything to fill up the empty spaces inside the letters Plz seniors:-> (help needed) Michael Ngwerume Nikolay Nachev

5th Sep 2018, 8:44 PM
Runesh Bhardwaj
Runesh Bhardwaj - avatar
4 Answers
+ 1
You should try something like this https://code.sololearn.com/cWY7D3IQ4HP4/
5th Sep 2018, 9:34 PM
Alexander Santos
Alexander Santos - avatar
+ 2
Nice, congratulations mate! I am glad i could help you :P
6th Sep 2018, 12:35 AM
Alexander Santos
Alexander Santos - avatar
+ 1
Alexander Santos thank you so much it really helped me out and i have successfully created the code
6th Sep 2018, 12:33 AM
Runesh Bhardwaj
Runesh Bhardwaj - avatar
+ 1
Ok thank you so much i was in very deep thinking from last 2 to 3 days about it
6th Sep 2018, 12:36 AM
Runesh Bhardwaj
Runesh Bhardwaj - avatar