Commit 7829365a by BellCodeEditor

save project

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