Commit 0ca95222 by BellCodeEditor

save project

parent 5bb36856
Showing with 10 additions and 2 deletions
...@@ -13,5 +13,13 @@ def hewfe(): ...@@ -13,5 +13,13 @@ def hewfe():
total.append((unit)) total.append((unit))
print("_"*30) print("_"*30)
return total return total
def sum(gg):
c=0
for i in gg:
c=c+i
return c
abc=hewfe() abc=hewfe()
print(abc) e=sum(abc)
\ No newline at end of file print(e)
\ 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