News

a_binary = str(bin(a))[2:] # remove the leading "0b" ...
TypeError: '<' not supported between instances of 'str' and 'int' ...