python get last two bits of digit code example Example: keep last n bits unsigned mask; mask = (1 << n) - 1; unsigned lastNbits = value & mask;