Commit 5e1400e5 by BellCodeEditor

save project

parent e5db5b74
Showing with 6 additions and 2 deletions
...@@ -16,4 +16,8 @@ def again() : ...@@ -16,4 +16,8 @@ def again() :
return total return total
result=again() result=again()
print(result) print(result)
def sum() def sum(money):
\ No newline at end of file count=0
for i in money():
count=count+i
return count
\ 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