Commit fff437f7 by BellCodeEditor

save project

parent e6eea2d1
Showing with 1 additions and 1 deletions
...@@ -6,7 +6,7 @@ def d1_n(): ...@@ -6,7 +6,7 @@ def d1_n():
if unit==" ": if unit==" ":
break break
try: try:
int(input("菜名")) input("菜名")
except: except:
print("输入菜名") print("输入菜名")
else: else:
......
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