Commit 72055e70 by BellCodeEditor

save project

parent a4103dd3
Showing with 4 additions and 2 deletions
......@@ -19,4 +19,6 @@ def sum(money):
for i in money:
count=count+i
return count
sum()
\ No newline at end of file
price=new_input()
pay=sum(price)
print('付99999999999999+'+str(pay)+'元')
\ 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