Posts by Kelly Felix • 53 points
3 posts
-
1
votes2
answers83
viewsA: Root account error Math.sqrt with multiplication and division
I managed to solve my problem... I separated the accounts and gave new names for the variables,. try: VAR1=float(self.VAR1.get()) VAR2=float(self.VAR2.get()) VAR3=float(self.VAR3.get())…
-
2
votes2
answers83
viewsQ: Root account error Math.sqrt with multiplication and division
I’m making an interface with buttons in Python, but after writing the account was error... I tried to redo and is giving indentation error. What I need is the code is correct? Follows the code! try:…
-
2
votes1
answer574
viewsQ: Percentage in the result
I am making a menu in Python and I need the result of an account to appear in percentage.... O Tmar has value 2 and Tcliclo has value 7 being the result: 0.29 however I can’t place it at 29%. Could…