Commit 5f38ce76 by BellCodeEditor

save project

parent bccd2236
Showing with 2 additions and 1 deletions
...@@ -13,6 +13,7 @@ def x (): ...@@ -13,6 +13,7 @@ def x ():
return total return total
def sum(y): def sum(y):
count = 0 count = 0
for i in sum: for i in y:
count=count+i count=count+i
return count return count
print(sum(x()))
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