home
Learn
screen_rotation
myset = {1000, 3000, 4000,True,"Hi",121.55} print(myset)
Program Output
{4000, True, 1000, 'Hi', 3000, 121.55}