Commit e8027256 by BellCodeEditor

save project

parent 07386e78
Showing with 9 additions and 1 deletions
......@@ -14,5 +14,13 @@ def new_input():
print(total)
return total
def sum(money):
count=0
for i in money:
count=count+i
return count
sdoisi=new_input()
print(sdoisi)
d=sum(sdoisi)
print(d)
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