Run ❯
Get your
own Python
server
×
Change Orientation
Change Theme, Dark/Light
Go to Spaces
x = int(1) y = int(2.8) z = int("3") print(x) print(y) print(z)
1
2
3