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