运行 ❯
拥有你自己的 Python 服务器
×
更改方向
更改主题,深色/浅色
前往 Spaces
x = 5 y = "John" print(x + y)
TypeError:对于 + 运算符,不支持的操作数类型:'int' 和 'str'