Commit b846a554 by BellCodeEditor

auto save

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