-2
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 janela.geometry(450x450)
but ignored janela.title('calculadora GUI')
opening the window named Tk, now it doesn’t even open, "syntax error" and highlights '450x'.
Problem basiquinho, but I am very beginner really... I thank you for giving of now