my_list = [1, 2, 3, 4, 5] for item in my_list: print(item)