Commit 6fa4c438 by BellCodeEditor

save project

parent 1afa2d26
Showing with 3 additions and 2 deletions
......@@ -2,7 +2,6 @@ def new_input():
total = []
while True:
unit= input("请输入:")
if unit== 'q':
break
else:
try:
......@@ -16,6 +15,7 @@ def new_input():
def sum(money):
count=0
for i in money:
count=count+i
count=count
return count
new_input()
date=func.su
\ No newline at end of file
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