Binary Python Hapus 0B

a = bin(17)
b = bin(17)[2:]

#to format to 8-bits
c = b.zfill(8) 
EDestroyer