Commit 2f2b051d by BellCodeEditor

save project

parent 4f7237b3
Showing with 4 additions and 1 deletions
......@@ -14,4 +14,7 @@ def w():
total.append(unit)
print("_"*30)
print(total)
w()
return total
result = w()
print(w())
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