Example:
my_list = [15, 6, 7, 8, 35, 12, 14, 4, 10, 15] for item in my_list: print(item)
15 6 7 8 35 12 14 4 10 15