0
How to change a loop of numbers to print it in a column
print loop in straight line along screen
4 Respuestas
+ 1
You want it to print horizontally or vertically?
+ 1
By default it's print ("something",end="\n")
+ 1
To print horizontally print the numbers normally. To print vertically print the numbers with '\n' at the end.
0
print ("your number ", end =" ")