Commit 62f0568a by BellCodeEditor

auto save

parent 24f68893
Showing with 7 additions and 6 deletions
......@@ -17,12 +17,12 @@ def new_input():
count=0
def sum(money):
count=0
for i in monry:
count=count=1
return ount
for i in money:
count=count+i
return count
price=new_input()
sum(plice)
pay=sum(plice)
print("共"+"str(pay)"+"元")
sum(price)
pay=sum(price)
print("共"+str(pay)+"元")
\ 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