Advertisement

Latest blit Activity

Alberth
April 05, 2020 06:12 PM

Basically, what happens is that you let go of seeing integers as values, and instead see them as a collection of 0/1 bits. Python has operators &, |, ^, <<, and >>  to work with collections of bits. The bits view is also why ‘bin’, ‘oct’, and ‘hex’ exist in Python. A decimal va…

5,959 views
Advertisement
Advertisement
Advertisement