py for each loop code example Example: python for each loop fruits = ["apple", "banana", "cherry"] for x in fruits: print(x)