python_tuple_loop.py:
x
 
thistuple = ("apple", "banana", "cherry")
for x in thistuple:
  print(x)