demo_for_string.py:
for x in "banana": � print(x)
➜ begtut>python demo_for_string.py
b
a
n
a
n
a