s = ["Geeks", "for", "Geeks"]

# using for loop with string
for i in s:
    print(i)