Commit 3e038535 by BellCodeEditor

save project

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