Run ❯
Get your
own Python
server
❯
Run Code
Ctrl+Alt+R
Change Orientation
Ctrl+Alt+O
Change Theme
Ctrl+Alt+D
Go to Spaces
Ctrl+Alt+P
set1 = {"a", "b", "c"} set2 = {1, 2, 3} set3 = {"John", "Elena"} set4 = {"apple", "bananas", "cherry"} myset = set1.union(set2, set3, set4) print(myset)