Commit 10816f58 by BellCodeEditor

auto save

parent ac21ee12
Showing with 5 additions and 2 deletions
...@@ -12,6 +12,8 @@ def dd(): ...@@ -12,6 +12,8 @@ def dd():
print("fuckingint!") print("fuckingint!")
else: else:
total.append(unit) total.append(unit)
print(total) return total
dd() s=dd()
print(s)
\ 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