Commit 74e070cf by BellCodeEditor

save project

parent a5df09ea
Showing with 34 additions and 2 deletions
...@@ -11,4 +11,37 @@ def func(): ...@@ -11,4 +11,37 @@ def func():
else: else:
total.append(unit) total.append(unit)
print(total) print(total)
func() return total
\ No newline at end of file
abc = func()
print(abc)
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