Commit 0921572b by BellCodeEditor

save project

parent 8ea09836
Showing with 8 additions and 1 deletions
......@@ -14,4 +14,11 @@ def new_input():
finally:
print("-"*30)
return total
print(new_input())
count=0
def sum(money):
count=0
return count
price=new_input()
sum(price)
pay=sum(price)
print(str(pay)+"元")
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