Commit 5fc58399 by BellCodeEditor

save project

parent 3f696ac8
Showing with 2 additions and 2 deletions
...@@ -5,7 +5,7 @@ def new_input(): ...@@ -5,7 +5,7 @@ def new_input():
if unif=="q": if unif=="q":
break break
try: try:
unif=int(tatol) unif=int(unif)
except: except:
print("请再输入一个数") print("请再输入一个数")
else: else:
...@@ -13,7 +13,7 @@ def new_input(): ...@@ -13,7 +13,7 @@ def new_input():
print(tatol) print(tatol)
return tatol return tatol
# result=new_input() result=new_input()
def sum(money): def sum(money):
......
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