python_iterator_loop_1.py:
x
 
mytuple = ("apple", "banana", "cherry")
for x in mytuple:
  print(x)