I want to make a gui calculator which takes input as a string through buttons
The buttons their content over to a function where they just concatenate and
I have used eval()
function for solving the expression I get through entry.get()
Can anyone tell how can we solve square root within the expression we get like =2+346-677*78/6+√567+7
... Something like that ,using eval()
only or any other editing in the code or expression that will help eval()
to solve the square root problem also that is taken as input in √ form through button