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)
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!



