執行 ❯
擁有你自己的 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 型別