This repo store the code for an unfinished calculator project. The project is made in python. You objective is to complete the layed out tasks, ordered by level of difficulty and maybe add something of your own.
- Complete the existing add and subtract functions
- Add multiply and divide functions as well as integrate that into the main calculation code
- add a while loop to allow the user to repeat the calculation process indefinitely
- Add input validation to ensure that even if the user inputs the wrong numbers the program does not crash
- Add some of your own function, like trig functions (You can use the math module)
- ...And anything else you see fit!