Commit 7ef463b2 by BellCodeEditor

save project

parent b7d9e631
Showing with 12 additions and 3 deletions
......@@ -11,8 +11,17 @@ def new_input():
print("qcxsrygsz")
else:
total.append(unit)
print("-"*30)
finally:
print("====================")
return total
result = new_input()
print(result)
def sun(money):
count = 0
for i in money:
count =count + i
return count
price = new_input()
pay = sun(price)
print("hshhjhhj" + str(pay) + "jjjajmakamakaaaw")
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