The following code crashes. It works in sympy ```python import symengine +symengine.Integer(2) ``` The error message: ``` TypeError: bad operand type for unary +: 'Integer' ```