OOP calculator

Exercise set from 9:00 - 9:30 AM

Create 2 Python files and one README.md in a new project Create a class calculator with basic calculator functionality + / * - Import parent class into child class Test functionality in child class