text-manipulation

How to print each column of strings separately in python?

How to print each column of strings separately in python? Question: I have used python to print a string "aaaaabbbbbccccc" into 5 separate columns of characters. I have not used an array to do this. a a a a a b b b b b c c c c c Now I want to print …

Total answers: 1