Commit 53e93945 by BellCodeEditor

save project

parent 861e4144
Showing with 2 additions and 2 deletions
...@@ -9,8 +9,8 @@ def new_input(): ...@@ -9,8 +9,8 @@ def new_input():
u=int(u) u=int(u)
except: except:
print("请重输") print("请重输")
else: else:
total.append(u) total.append(u)
return total return total
def sun(money) def sun(money)
count=0 count=0
......
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