Gxlsystem TIY Editor
Gxlsystem 在线教程
改变方向
暗黑模式
demo_python_variables_error.py:
x = 10 y = "Bill" print(x + y)
C:\Users\My Name>python demo_python_variables_error.py
TypeError: unsupported operand type(s) for +: 'int' and 'str'