Evaluate Python Add
result of executing a Python program where statements is stmts, line is i, tab isj, expression stack is[ [ ], [ [ function call with name: "__add__" and arguments: args, ys ], rest ] ], values stack is[ [ a, [ b, [ ] ] ], [ next_level, other_levels ] ], variables isvars, and control map iscontrol = result of executing a Python program where statements is stmts, line is i, tab isj, expression stack is[ ys, rest ], values stack is[ [ b + a, next_level ], other_levels ], variables isvars, and control map iscontrol
Comments
Please log in to add comments