Commit 0ca95222 by BellCodeEditor

save project

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