duck_math_py duck_math_py is a simple Python package with a module called calc.py that provides a single method total(x, y) which returns the sum of x and y. Installation You can install the package using pip: pip install duck_math_py