numero=int(input("Ingresa el valor que deseas pasar a binario. ")) binario=bin(numero) print(f"El {numero} en binario es {binario[:]}")
To embed this project on your website, copy the following code and paste it into your website's HTML: