I'm a beginner in programming and I'm trying to write a calculator code. I had a problem with the outputs because I give the input as an str with StringVar(), but this prevents me to do decimal divisions such as a simple "54/10" for example. Is there a way to convert my string into a float to avoid such a limit??? I copy the all code down so everybody can have a read and correct any mistake. Thanks
[Code][1]