num = int(input('Enter number: ')) if (num % 2) == 0: print('You are a girl') else: print('You are a boy')