Commit 032ce1e1 by BellCodeEditor

save project

parent 53e93945
Showing with 4 additions and 3 deletions
...@@ -17,5 +17,6 @@ def sun(money): ...@@ -17,5 +17,6 @@ def sun(money):
for i in money for i in money
count=count+i count=count+i
return count return count
price=new_input() price=new_input()
new_input() pay=sun(price)
\ No newline at end of file print("你花了xxx元")
\ 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