función hexadecimal() en Python
La función hex() es una de las funciones integradas en Python3, que se utiliza para convertir un número entero en su forma hexadecimal correspondiente. Sintaxis: hex(x) Parameters : x – an integer number (int object) Returns : Returns hexadecimal string. Errores y excepciones: TypeError : Returns TypeError when anything other than integer type constants are … Continue reading «función hexadecimal() en Python»