print("ingrese un número entero positivo") oc=int(input()) print("el número ingresado es",oc, "y en binario es igual a",oct(oc))
To embed this project on your website, copy the following code and paste it into your website's HTML: