How can I add, subtract, and compare binary numbers in Python without converting to decimal?
x = x + 1 print(x) a = x + 5 print(a)