Run ❯
Get your
own Python
server
×
Change Orientation
Change Theme, Dark/Light
Go to Spaces
x = str("s1") y = str(2) z = str(3.0) print(x) print(y) print(z)
s1
2
3.0