l.py 147 Bytes Edit 1 2 3 4 5 6 7 8 try: age = int(input('你几岁')) except: print('输整数') else: if age <18: print('不可喝酒111') print('结束')