Commit 74e070cf by BellCodeEditor

save project

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