bin() in python 3 code code example Example: python bin() #Return the binary version of 36: x = bin(36)