home
Learn
screen_rotation
colors = ['red', 'green', 'blue','red', 'green'] print(colors)
Program Output
['red', 'green', 'blue', 'red', 'green']