运行 ❯
获取自己的
Python
服务器
×
更改方向
更改主题,深色/浅色
前往 Spaces
x = 5 try: x > 10 except: print("Something went wrong") else: print("The 'Try' code was executed without raising any errors!")
'试用' 代码已执行,并且未引发任何错误!