python_iterator_loop_2.py:
x
 
mystr = "banana"
for x in mystr:
  print(x)