Here is the code.
print(12& ~1 | 1) print(13& ~1 | 0)
Can anyone explain here? I have googled this but no result so far.