Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
Sumpy expand one-liner solution in Clear category for Simplification by swagg010164
from sympy import expand as exp
simplify = lambda expr: str(exp(expr)).replace(" ", "")
June 15, 2020
Comments: