Set

Run Settings
LanguagePython
Language Version
Run Command
my_set={1,2,3,4,5,5} my_set.add(100) print(my_set) print(list(my_set)) mylist=[1,2,3,4,5,5] print(set(mylist))
Editor Settings
Theme
Key bindings
Full width
Lines