Commit 7cce8a40 by BellCodeEditor

save project

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