calculator.py 55 B

12
  1. class Calculator:
  2. def add(self, x, y): return x + y;