def are_girls_love_you(man): if man.is_programmer(): return False return man.is_rich() and man.is_handsome() and man.own_house()