Posts by Eliseu Peres • 21 points
1 post
-
0
votes2
answers210
viewsQ: How to convert a value to float and int in python?
Hello, I am trying to convert a received value from a graphical interface to int or float, to make a software that solves the second degree equations. layout = [ [sg.Text('Termo A:'),…