Join 36000+ teachers and students using TTIO.
Unsigned binary numbers are, by definition, positive numbers and thus do not require an arithmetic sign. An m-bit unsigned number represents all numbers in the range 0 to 2m − 1.
For example, the range of 8-bit unsigned binary numbers is from 0 to 25510 in decimal and from 00 to FF16 in hexadecimal.
https://www.tutorialspoint.com/unsigned-and-signed-binary-numbers
www.teachyourselfpython.com