This Python program solves and shows binary, decimal, and hexadecimal answers
- The program pops up a "What would you like to solve today?" screen. You can do 1 for decimal, 2 for hexadecimal, 3 for decimal, 9 for settings, and 0 to exit.
- Pick one of those answers and then put in the appropiate numbers.
- If you don't pick the correct numbers an invalid message will appear.
- If you put in the correct information the binary, hexidecimal, and decimal answer will appear.
- Once finished with seeing the answer, press enter and you will be back in the menu.