simple_calculator Implement a basic calculator class. for each of the methods using pytest. For the division method. Handle Edge-cases like division by zero, division by large numbers and handle the exceptions.