Go to file
Rhinemann 32605e4b49 Introduced binary_sum_with_carry and rewrote binary_sum accordingly. 2023-06-27 17:05:40 +03:00
LICENSE Initial commit 2023-06-17 21:44:27 +03:00
README.md revert 0dc2bd3950 2023-06-26 00:24:33 +03:00
bitutilities.py Introduced binary_sum_with_carry and rewrote binary_sum accordingly. 2023-06-27 17:05:40 +03:00
main.py Implemented input_handler function. 2023-06-27 16:40:09 +03:00

README.md

binaryCalculatorPrototype

This is a Python language prototype for a binary calculator to be used in Computer Arithmetics lab works for first-year students studying Computer Engineering at KPI.