Answer the question
In order to leave comments, you need to log in
Why can't you write " Label1=Label(Form1, text="").place(x=10, y=10) "?
This line works fine
Button1=Button(Form1, text="1", command=Button1Click, bg="green", fg="yellow").place(x=20, y=60)
and the label should be written in 2 linesLabel1=Label(Form1, text="")
Label1.place(x=10, y=10)
But why can't you write it ?Label1=Label(Form1, text="").place(x=10, y=10)
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question