執行 ❯
擁有你自己的 Python 伺服器
×
更改方向
更改主題,深色/淺色
前往 Spaces
#This will raise an exception, because x is not defined: print(x)
回溯 (最近一次呼叫最後)
檔案 "demo_try_except_error.py", 第 3 行, 在 <module>
print(x)
NameError: name 'x' is not defined