Answers for "WAP which defines and calls a function that receives an octal number and prints the equivalent number bases i.e. in decimal, binary and hexadecimal equivalents."

0

WAP which defines and calls a function that receives an octal number and prints the equivalent number bases i.e. in decimal, binary and hexadecimal equivalents.

a=int(input("enter a octal no:"))
Posted by: Guest on January-09-2021

Code answers related to "WAP which defines and calls a function that receives an octal number and prints the equivalent number bases i.e. in decimal, binary and hexadecimal equivalents."

Python Answers by Framework

Browse Popular Code Answers by Language