What is 0b____?

That's how Python manages binary numbers, they're strings that are "0b0" for example. As the byte becomes bigger, more zeroes are added.

Credits