代码示例:(标识:demo_python_variables_error)
demo_python_variables_error.py
x = 10
y = "Bill"
print(x + y)
运行结果: