ingreso=int(input("ingresos: "))
hijos=int(input("cantidad de hijos: "))
if ingreso<=2000 and hijos>=1:
print("tienes derecho a beneficios")
else:
print("no podes recibir beneficios")
ingreso=int(input("ingresos: "))
hijos=int(input("cantidad de hijos: "))
if ingreso<=2000 and hijos>=1:
print("tienes derecho a beneficios")
else:
print("no podes recibir beneficios")