I want transform "a=2+3" to a=2+3. | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
0

I want transform "a=2+3" to a=2+3.

Or just "2+3" to 2+3

23rd Oct 2016, 4:58 PM
Juan
Juan - avatar
2 ответов
+ 2
I think you want an expression evaluator [that took me a few seconds to figure out so please excuse me if I missed]. http://pyparsing.wikispaces.com/ from source (and most highly-rated answer): http://stackoverflow.com/questions/2371436/evaluating-a-mathematical-expression-in-a-string and here, using compiler.parse(): http://stackoverflow.com/questions/594266/equation-parsing-in-JUMP_LINK__&&__python__&&__JUMP_LINK
23rd Oct 2016, 5:32 PM
Kirk Schafer
Kirk Schafer - avatar
0
Thank you 👍
23rd Oct 2016, 8:33 PM
Juan
Juan - avatar