print("The decimal value of", dec, "is:") print(bin(dec), "in binary.") print(oct(dec), "in octal.") print(hex(dec), "in hexadecimal.") ...
GitHub

octal_to_decimal.py

All Algorithms implemented in Python. Contribute to Ifaz2611/Python-algorithm development by creating an account on GitHub.