AT
gender = 'Male' if input() == 'мальчик' else 'Female' if input() == 'девочка' else 'non binary'
Size: a a a
AT
gender = 'Male' if input() == 'мальчик' else 'Female' if input() == 'девочка' else 'non binary'
A
E
A
AG
$
A
E
БГ
AG
gender = 'Male' if input() == 'мальчик' else 'Female' if input() == 'девочка' else 'non binary'
K
A
БГ
gender = 'Male' if input() == 'мальчик' else 'Female' if input() == 'девочка' else 'non binary'
$
E
gender = {'мальчик': 'Male', 'девочка': 'Female'}.get(input(), 'non binary')
$
gender = {'мальчик': 'Male', 'девочка': 'Female'}.get(input(), 'non binary')
A
$
gender = {'мальчик': 'Male', 'девочка': 'Female'}.get(input(), 'non binary')
K
$