Google News
logo
Tkinter - Interview Questions
What is Python Tkinter pack() method?
The pack() widget is used to organize widget in the block. The positions widgets added to the python application using the pack() method can be controlled by using the various options specified in the method call.
 
However, the controls are less and widgets are generally added in the less organized manner.
 
Syntax : widget.pack(options)
Advertisement