Commit 6b43cc8f by BellCodeEditor

auto save

parent 2e253f0b
Showing with 4 additions and 2 deletions
...@@ -7,5 +7,7 @@ def func(): ...@@ -7,5 +7,7 @@ def func():
else: else:
total.append(unit) total.append(unit)
print(total) print(total)
try:
func() func()
except:
print("输入错误,请重新输入价格")
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