Commit 520fd3b0 by BellCodeEditor

save project

parent 34a255e4
Showing with 1 additions and 0 deletions
...@@ -5,6 +5,7 @@ def new_input(): ...@@ -5,6 +5,7 @@ def new_input():
unit=int( input("请输入")) unit=int( input("请输入"))
except: except:
print("请输入整数") print("请输入整数")
else:
if unit== 'q': if unit== 'q':
break break
else: else:
......
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