# Integers Parse hex or binary integers e.g. `0x80` or `0b1000`: ```py int("0x80",0) int("0b1000",0) ```