Gxlsystem TIY Editor
Gxlsystem 在线教程
改变方向
暗黑模式
python_casting_int.py:
x = int(1) y = int(2.5) z = int("3") print(x) print(y) print(z)