how to print binary value without ob in python code example Example: python bin function without 0b >>> bin(30)[2:].zfill(8) '00011110' >>>