Commit cce1b129 by BellCodeEditor

save project

parent a3597c28
Showing with 11 additions and 0 deletions
while True:
try:
a=int(input("请输入年龄"))
except:
print("请输入数字")
else:
if a<18:
print("你不能喝酒")
\ 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