open_in_new
content_copy
s = ["Geeks", "for", "Geeks"] # using for loop with string for i in s: print(i)