I am getting an IndexError when attempting to make a PostFixEval in Python

前端 未结 0 1810
灰色年华
灰色年华 2021-01-04 14:43

So I am working on a PostFix Evaluation code and I cant seem to wrap my head around what is wrong here.

def postfixEval(postfixExpr):
    tokenList = postfixE         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题