Click here to Skip to main content
15,917,005 members

Comments by Member 13814092 (Top 2 by date)

Member 13814092 20-May-18 5:55am View    
I apologize for the lack of that,I edited it.
Member 13814092 11-May-18 19:07pm View    
This is how you call the function :

def calculator(node):
return node.calculate()
print calculator(Node("5+(3*2(2+3))"))