Gxlsystem TIY Editor
Gxlsystem 在线教程
改变方向
暗黑模式
python_casting_string.py:
x = str("S2") y = str(3) z = str(4.0) print(x) print(y) print(z)