Commit 11f10d24 by BellCodeEditor

auto save

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