Generate binary, hexadecimal, octal from decimal in Python
Part 1
Decimal: Decimals numbers are used widely which represents (0-9) numbers in the number system. Its base is 10.
Binary: Binary is used for machines or computers as they only understand 0 or 1. Its base is 2.
Octal and Hexa: Octal and hexadecimal numb...
codengocool.hashnode.dev2 min read