Python implementation of a binary addition machine using boolean logic.
Creation of this code was inspired by reading the book Code: The Hidden Language of Computer Hardware and Software by Charles Petzold. To help better internalise the concepts I decided to implement them in code.