home
Learn
screen_rotation
my_set = set((100,300,500,200)); print(my_set)
Program Output
{200, 100, 500, 300}