运行 ❯
拥有你自己的 Python 服务器
×
更改方向
更改主题,深色/浅色
前往 Spaces
age = 36 txt = "My name is John, I am " + age print(txt)
回溯 (最近一次调用最后)
文件 "demo_string_format_error.py", 第 2 行, 在 <module>
txt = "我的名字是 John,我今年 " + age
TypeError: 必须是 str 类型,不能是 int 类型