Commit 352fdd3f by BellCodeEditor

save project

parent d99d2424
Showing with 3 additions and 4 deletions
......@@ -12,7 +12,6 @@ def store():
else:
total.append(unit)
print("-"*30)
print(total)
return total
store()
print(total)
\ No newline at end of file
t=store()
print(t)
\ 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