home
Learn
screen_rotation
colors = ['red', 'green', 'blue'] print(colors) data = [100,'Delhi',True,20.5] print(data)
Program Output
['red', 'green', 'blue'] [100, 'Delhi', True, 20.5]