“¿Qué hace bin en Python?” Código de respuesta

Python Bin ()

#Return the binary version of 36:
x = bin(36)
Easy Elephant

¿Qué hace bin en Python?

Help on built-in function bin in module __builtin__:

bin(...)
    bin(number) -> string
    
    Return the binary representation of an integer or long integer.
BonanaMan123

Respuestas similares a “¿Qué hace bin en Python?”

Preguntas similares a “¿Qué hace bin en Python?”

Más respuestas relacionadas con “¿Qué hace bin en Python?” en Python

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código