fruit = "banana"
for char in fruit:
    print(char)

#output
b
a
n
a
n
a