Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
1-liner: sympy solution in 3rd party category for Simplification by Stensen
from sympy import expand
simplify = lambda exp: str(expand(exp)).replace(' ', '')
Nov. 23, 2020