sertdfyguhi / meth

A Python library to parse and evaluate mathematical equations.

Home Page:https://pypi.org/project/meth/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

numero 15:

RealSput opened this issue · comments

walter white
image

anyways How to define Vari ables???

Help me

commented
import meth

evaluator = meth.Evaluator()
evaluator.evaluate("x = 5")
# OR
evaluator.set_var("x", 5)

walter