Commit 319423ed by BellCodeEditor

auto save

parent 466ceae6
Showing with 2 additions and 1 deletions
...@@ -11,6 +11,6 @@ def new_inpot(): ...@@ -11,6 +11,6 @@ def new_inpot():
print("请重新输入") print("请重新输入")
else: else:
total.append(unit) total.append(unit)
print("#"*90) print("-"*90)
print(total) print(total)
new_inpot() new_inpot()
\ 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