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