myid = '440105199609130046'age = 2018-int(myid[6:10])if int(myid[-2])%2==0: sex = 'girl'else: sex = "boy"print(age,sex)