Commit 30db1152 by BellCodeEditor

save project

parent 8f4cd6eb
Showing with 2 additions and 1 deletions
...@@ -12,7 +12,8 @@ def by(): ...@@ -12,7 +12,8 @@ def by():
print("请重新输入一个输入") print("请重新输入一个输入")
else: else:
total.append(unit) total.append(unit)
print("-"*30) finally:
print("-"*30)
print(total) print(total)
by() by()
......
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