Commit 4f5255d2 by BellCodeEditor

save project

parent 47e15ec0
Showing with 2 additions and 1 deletions
......@@ -6,6 +6,6 @@ def new_input():
except:
print('要输入整数啊')
else:
if unit < 18:
if int(unit) < 18:
print('不可以喝酒')
new_input()
\ 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