Commit 15358168 by BellCodeEditor

save project

parent 0ba13a68
Showing with 2 additions and 1 deletions
...@@ -19,7 +19,8 @@ def sum(money) ...@@ -19,7 +19,8 @@ def sum(money)
for i in money: for i in money:
count=count+i count=count+i
return count return count
price=new_in price=new_input()
pay=sum(print)
......
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