[Tutor] Tkinter

olavi at city.ee olavi at city.ee
Thu Apr 29 15:44:14 EDT 2004


Hi everybody!

Can anybody tell, what is the difference between

    label = Label(root, text="Label1").grid()

and

    label = Label(root, text="Label1")
    label.grid()

Which method is better to use?

Regards
Olavi Ivask



More information about the Tutor mailing list