Posts by Cauã Wernek • 25 points
2 posts
-
0
votes1
answer315
viewsQ: How do I do a simple math calculation on Tkinter?
I’m trying to make a simple mathematical calculation in Python but when I try to use my code it doesn’t work My code : import tkinter as tk from math import * win = tk.Tk() win.title("Calculadora de…
-
2
votes1
answer205
viewsQ: Python error using Tkinter
So I’m doing a little program for the mothers of students to calculate the average of their children however today I went to do a Gui with Tkinter and I only find old video to do a text or in case a…