0

How can we print "S" on the terminal?

I want to print "S" in the way we print L on the output terminal , like: numbers = [1,1,1,1,5] for x_count in numbers : output ="" for count in range(x_count): print(output)

20th Mar 2020, 8:46 AM
Sandesh Raj
Sandesh Raj - avatar
1 Answer
+ 3
I am sure that you not just want to print "S" or "L" on the console. There must be some more informations we miss, like how the output should look like exactly. Can you give us more details? Thanks!
20th Mar 2020, 10:08 AM
Lothar
Lothar - avatar