Gxlsystem TIY Editor
Gxlsystem 在线教程
改变方向
暗黑模式
python_numbers_float_2.py:
x = 27e4 y = 15E2 z = -49.8e100 print(type(x)) print(type(y)) print(type(z))