Commit 78ba6bb5 by BellCodeEditor

save project

parent 8e8fb016
Showing with 15 additions and 0 deletions
try:
try:
#a=int(input("输入:"))
print("a"+5)
except TypeError:
print('类型出错,细心一点')
except SyntaxError:
print("语法出错,jian")
except NameError:
print("出错")
else:
print("正确")
finally:
print("结束~")
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment