Python program to convert binary to decimal, octal to hexadecimal using functions.
Develop a python program to convert binary to decimal, octal to hexadecimal using functions. Program:- Output:- Enter a binary number : 10111001185Enter a octal number : 6751BD