Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 260 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 260 Bytes

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