Gxlsystem TIY Editor
Gxlsystem 在线教程
改变方向
暗黑模式
python_numbers_float_1.py:
x = 3.50 y = 2.0 z = -63.78 print(type(x)) print(type(y)) print(type(z))