Commit 7ef463b2 by BellCodeEditor

save project

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