M
M
MEIION2018-04-24 15:11:46
Python
MEIION, 2018-04-24 15:11:46

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 lines
Label1=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 question

Ask a Question

731 491 924 answers to any question