This project contains simple Python functions for basic arithmetic operations:
- add.py → contains
add(a, b)
function to add two numbers - subtract.py → contains
subtract(a, b)
function to subtract numbers - multiply.py → contains
multiply(a, b)
function to multiply numbers - divide.py → contains
divide(a, b)
function to divide numbers safely