edad = int(input("tu edad:")) ingreso = int(input("ingreso:",)) if edad >=18 and ingreso >=10000: print("paga impuesto ") else: print("no pagarimpuesto")
To embed this project on your website, copy the following code and paste it into your website's HTML: