Posts by Junior Parisi • 1 point
1 post
-
-2
votes1
answer19
viewsQ: Error with window creation using Tkinter
that’s the code I’m trying to run: from tkinter import * janela = Tk() janela.mainloop() janela.geometry(450x450) janela.title('calculadora GUI') He would open the window normally before I added…