0xff dalam Python
test2 = 99999999101 & 0xff
print(test2) # prints 125
CompSciGeek
test2 = 99999999101 & 0xff
print(test2) # prints 125