Ejemplo 1: convertir hexadecimal a decimal python
myDecimalInteger = int("A278832", 16) #Converts to decimal from base 16
Ejemplo 2: convertir decimal a python hexadecimal
hex(x) being x the integer you want to convert
¡Haz clic para puntuar esta entrada!
(Votos: 0 Promedio: 0)