Gxlsystem TIY Editor
Gxlsystem 在线教程
改变方向
暗黑模式
python_numbers_complex.py:
x = 2+3j y = 7j z = -7j print(type(x)) print(type(y)) print(type(z))