Commit 5f38ce76 by BellCodeEditor

save project

parent bccd2236
Showing with 3 additions and 3 deletions
......@@ -13,6 +13,7 @@ def x ():
return total
def sum(y):
count = 0
for i in sum:
for i in y:
count=count+i
return count
\ No newline at end of file
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