Commit bbe032b1 by BellCodeEditor

auto save

parent 4e23ddf8
Showing with 5 additions and 6 deletions
......@@ -14,12 +14,11 @@ def new_input():
print('*'*30)
print(total)
return total
#a=new_input()
#print(a)
def sum(money):
count=0
for i in money:
count+=i
count=count+i
return count
#b=sum(a)
#print('您一共花费'+str(b)+'块钱')
\ No newline at end of file
a=new_input()
b=sum(a)
print(b)
\ 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