Commit 3e038535 by BellCodeEditor

save project

parent 8a614e38
Showing with 25 additions and 0 deletions
......@@ -13,5 +13,30 @@ def new_input():
total.append(unit)
return total
def reee(money):
st=0
for i in money:
st=i+st
return st
errr=new_input()
print(errr)
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