When I type small integers with a 0 in front into python, they give weird results. Why is this?
>>> 011 9 >>> 0100 64 >>> 027 23 <
Numbers in Octal numerical system. Other prefixes are 0x for hexadecimal and 0b for binary.
0x
0b