axiacore / py-expression-eval

MIT License
149 stars 54 forks source link

Using value from dictionary in expression #37

Open anarayn opened 5 years ago

anarayn commented 5 years ago

Is there a way I can use dictionary value in my expression? For e.g - I have a dictionary data={numa: 8,numb:3,numc5}

I am trying todo something like data.numa+data.numb-data.numc.