a=int(input("Ingrese la cantidad x de un producto"))
b=a//12
c=b%12
print("Es igual a", b," docenas")
print("y", c, "unidades")

Embed on website

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