Commit a0af5db2 by BellCodeEditor

save project

parent 9ea7a60a
Showing with 1 additions and 0 deletions
...@@ -4,6 +4,7 @@ def new_price(a): ...@@ -4,6 +4,7 @@ def new_price(a):
unit= input("请输入:") unit= input("请输入:")
if unit== 'q': if unit== 'q':
print("退出") print("退出")
break
else: else:
try: try:
unit=int(unit) unit=int(unit)
......
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