home
Learn
screen_rotation
my_tuple = (100,400,"Hi",True,121.25,100,400) print(my_tuple)
Program Output
(100, 400, 'Hi', True, 121.25, 100, 400)