Teamtest1_ipynb_2_ • 1 min read Sep 17, 2023 # Program with Iteration through a List print("\nAndrew's Program with a List and Iterator") fruits = ["apple", "banana", "cherry"] for i in fruits: print(i)