By Subhayu Roy
This is a Python3 project which will help in operating on numbers in all the four number systems as well as converting a number from a given number system to other three number systems.
This is a Python3 application program of a Conversion Calculator.
In this application you can convert a number into other number systems
(like if x is in binary, then x will be converted to decimal, octal and hexadecimal simultaneously)
Similarly, you can also perform operations of addition, subtraction, multiplication, division and modulus
on two numbers given as input alongside the number system they belong to.
Submitted by Subhayu Roy (Subhayu)
Download packets of source code on Coders Packet
Comments