Dictionary Assignment Not Functioning As Intended
CONTEXT I’m creating a calculator. I’m at the point where I want my calculator to do BODMAS (start calculations with the inner most bracket). The user enters an expression, in this example it is: expression = (1+(1+1)) I have a function that splits up this function into ‘terms’ and saves the result in expression_list. expression_list… Read More Dictionary Assignment Not Functioning As Intended