W3School TIY Editor
W3School 在线教程
改变方向
暗黑模式
demo_python_variables_error.py:
x = 10 y = "Bill" print(x + y)
[email protected]
:/home/python#python demo_python_variables_error.py
TypeError: unsupported operand type(s) for +: 'int' and 'str'