运行 ❯
获取你的
独有 Python
服务器
×
更改方向
更改主题,深浅色
转到 Spaces
x = str(3) y = int(3) z = float(3) print(x) print(y) print(z)
3
3
3.0