Commit 490a9067 by BellCodeEditor

save project

parent 708cddd5
Showing with 3 additions and 1 deletions
...@@ -13,7 +13,9 @@ def a(): ...@@ -13,7 +13,9 @@ def a():
else: else:
total.append(unit) total.append(unit)
print(total) print(total)
a() return total
b=a()
print(b)
......
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