I have a list like this [\'1\', \'+\', \'2\', \'-\', \'3\'] and I want to calculate the result of the expression like this 1+2-3 which is equal to zero. How can I do that?