/Quick-Py

Quick solutions in Python.

Primary LanguagePython

square-sum: Returns the difference between the sum of the squares of the first n natural numbers and the square of the sum.

calculator.py: Takes an arithmetic expression as a string and returns the output of the calculation as result.