sample_list = ['Python', 'with', 'FavTutor'] for i in range(0, len(sample_list)): print(sample_list[i])