Commit 7829365a by BellCodeEditor

save project

parent 296d11a7
Showing with 6 additions and 2 deletions
...@@ -11,4 +11,8 @@ def func(): ...@@ -11,4 +11,8 @@ 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)
\ 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