Relative Content

Tag Archive for pythonlistbinarydivision

Division function for binary numbers. Python

Hello everyone! I am a beginner writing a simple program that performs four arithmetic functions between binary numbers. Writing functions, addition, subtraction and multiplication, there were no problems, but division… I don’t understand how it can be implemented. The main condition of my task is not to use ready-made functions and data. Two binary numbers […]