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