Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

what does bin do in python

Help on built-in function bin in module __builtin__:

bin(...)
    bin(number) -> string
    
    Return the binary representation of an integer or long integer.
Source by trinket.io #
 
PREVIOUS NEXT
Tagged: #bin #python
ADD COMMENT
Topic
Name
4+4 =