python_list_loop.py:
x
 
thislist = ["apple", "banana", "cherry"]
for x in thislist:
  print(x)