Commit 5fc58399 by BellCodeEditor

save project

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