运行 ❯
获得您自己的
Python
服务器
×
更改方向
更改主题,深色/浅色
转到 Spaces
#The finally block gets executed no matter if the try block raises any errors or not: try: print(x) except: print("Something went wrong") finally: print("The 'try except' is finished")
发生错误
“尝试捕获”已完成