Commit 9f184cb6 by BellCodeEditor

save project

parent 896ca299
Showing with 1 additions and 1 deletions
......@@ -4,7 +4,7 @@ def x ():
unit= input("请输入:")
try:
unit= int (unit)
except:
except expression as identifier:
print("请输入整数")
if unit== 'q':
break
......
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