bin Function
Purpose:
to return the binary represenation of a number displayed as one's and zero's
Syntax:
bin(17)
Comments:
Example:
print bin(17)
10001