Commit 11f10d24 by BellCodeEditor

auto save

parent bf873371
Showing with 8 additions and 3 deletions
...@@ -15,6 +15,11 @@ def new_input(): ...@@ -15,6 +15,11 @@ def new_input():
print("-"*30) print("-"*30)
return total return total
print("-"*30) def sum(money):
print(total) count =0
new_input() for i in money:
count=count+1
return count
price = new_input()
pay = sum(price)
print("nygxfl"+str(pay)+"y,xjhssm")
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