Commit c3027dc8 by BellCodeEditor

save project

parent b1efa436
Showing with 7 additions and 1 deletions
......@@ -13,6 +13,12 @@ def new_input():
total.append(unit)
print(""*30)
return total
def sum(money):
for i in money:
cout=0
cout=cout+i
rguh = new_input()
print(rguh)
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