Commit b8090df1 by BellCodeEditor

save project

parent 8ef8aab2
Showing with 8 additions and 2 deletions
...@@ -14,4 +14,11 @@ def a(): ...@@ -14,4 +14,11 @@ def a():
print(total) print(total)
return total return total
b=a() b=a()
print(b) print(b)
\ No newline at end of file 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