Run ❯
Get your
own Python
server
×
Change Orientation
Change Theme, Dark/Light
Go to Spaces
x = {"a", "b", "c"} y = {"f", "d", "a"} z = {"c", "d", "e"} result = x | y | z print(result)