Get your own Python server Result Size: 625 x 565
x
 
mystr = "banana"
for x in mystr:
  print(x)
b
a
n
a
n
a