x=int(input("Ingrese el valor para restar su 15% "))

valor=x*0.85

print(f"La resta del 15% del valor de su numero es {valor}")

Embed on website

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