Commit a2eec12c by BellCodeEditor

auto save

parent d1d57a0a
Showing with 11 additions and 8 deletions
try: def func():
age = int(input('你今年几岁了?')) try:
except: age = int(input('你今年几岁了?'))
print('要输入整数啊') except:
else: print('要输入整数啊')
if age < 18: else:
print('不可以喝酒哦') if age < 18:
print('程序结束') print('不可以喝酒哦')
return age
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