Commit 032ce1e1 by BellCodeEditor

save project

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