Commit b8090df1 by BellCodeEditor

save project

parent 8ef8aab2
Showing with 7 additions and 0 deletions
...@@ -15,3 +15,10 @@ def a(): ...@@ -15,3 +15,10 @@ def a():
return total return total
b=a() b=a()
print(b) print(b)
def c():
e=0
for i in b():
e=e+i
return e
l=c()
print(l)
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