Commit 9b4bd5d4 by BellCodeEditor

save project

parent 94755b23
Showing with 1 additions and 1 deletions
...@@ -14,7 +14,7 @@ def a(): ...@@ -14,7 +14,7 @@ def a():
print("-"*30) print("-"*30)
return total return total
dsad=a() dsad=a()
def sum(b): def sum(dsad):
count=0 count=0
for i in dsad: for i in dsad:
count=count+i count=count+i
......
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