Commit fee17ca3 by BellCodeEditor

save project

parent 8f9b88dd
Showing with 4 additions and 4 deletions
...@@ -18,6 +18,6 @@ def sum(money): ...@@ -18,6 +18,6 @@ def sum(money):
for i in money: for i in money:
s+=i s+=i
return s return s
result=new_input() # result=new_input()
pay=sum(result) # pay=sum(result)
print('一共支付'+str(pay)+'元') # print('一共支付'+str(pay)+'元')
\ No newline at end of file \ 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