Commit 40512d23 by BellCodeEditor

save project

parent c734b30f
Showing with 5 additions and 2 deletions
...@@ -12,4 +12,7 @@ def a(): ...@@ -12,4 +12,7 @@ def a():
else: else:
b.append(d) b.append(d)
print(b) print(b)
a() return b
\ No newline at end of file a()
e=b
print(b)
\ 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