Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 215 Bytes

File metadata and controls

5 lines (3 loc) · 215 Bytes

CalculatorPython

a menu-driven calculator using user-defined functions for basic arithmetic operations (add, subtract, multiply, divide).

Program includes sanity checking to ensure there is no division by zero.