featurehelp wanted
Métricas do repositório
- Stars
- (13.832 stars)
- Métricas de merge de PR
- (Nenhuma PRs mesclada em 30d)
Description
When evaluating with multiple expressions and one of them has an error:
math.evaluate(["1+1","2+"])
The error is:
SyntaxError: Unexpected end of expression (char 3)
I would like to know which is the expression with the error:
SyntaxError: Unexpected end of expression (expr 2, char 3)