Commit 04d25e42 by BellCodeEditor

save project

parent d8b4f150
Showing with 10 additions and 0 deletions
...@@ -13,6 +13,16 @@ def j(): ...@@ -13,6 +13,16 @@ def j():
else: else:
total.append(unit) total.append(unit)
return(total) return(total)
def sum(hll):
count=0
for i in hll:
count=count+i
return(count)
g=j() g=j()
print(g) print(g)
......
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