Commit a3383fdb by BellCodeEditor

auto save

parent a4c6e7b1
Showing with 9 additions and 2 deletions
...@@ -17,6 +17,13 @@ def cnm(): ...@@ -17,6 +17,13 @@ def cnm():
print(total) print(total)
return total return total
def c(d):
e=0
for i in d:
e=e+i
return e
b=cnm() b=cnm()
cnm()
print(b) f=c(b)
print(f)
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