Commit 87929280 by BellCodeEditor

save project

parent f6da117d
Showing with 3 additions and 3 deletions
...@@ -20,5 +20,6 @@ def q(): ...@@ -20,5 +20,6 @@ def q():
else: else:
print("hao de") print("hao de")
t.append(a) t.append(a)
print(t) return t
q() r=q()
\ No newline at end of file print(r)
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