This is pertaining to the sympy module. For example,
x, y = symbols(\'x y\') expr = Mul(x * y) type(expr) == Mul
will return true. However,