Commit 036b1c2c by BellCodeEditor

save project

parent f737a008
Showing with 6 additions and 14 deletions
def sum(money):
count=0
def nnn(): for i in money:
total = [] count=count+i
while True: return count
try: \ No newline at end of file
unit= int(input("请输入:"))
except:
break
else:
total.append(unit)
return total
print(nnn())
\ 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