I have a list in python like [1, '+', 32, '+', 56, '+', 34]. I am trying to do the math operation and get the final result as 123.
I have taken the input from user and had done the int conversion for numeric value and created this list now i want to give the final result.
I need some idea on how can i proceed with this.
Any help would be appreciable