horas=int(input("Ingrese las horas trabajadas"))
valor=int(input("Ingrese el valor de las horas"))

salario=horas*valor

retencion=salario*0.04

salario_real=salario-retencion

print(f"Su paga es {salario_real}")

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: