Commit 8887cd18 by BellCodeEditor

auto save

parent 05e7d622
Showing with 18 additions and 0 deletions
def aa():
money=[]
count=0
while True:
a=input("输")
if a=="q":
break
else:
money.insert(0,int(a))
for i in money:
count=count+i
return(count)
print(str(aa()))
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