Chapter 13: Problem 9
If you create two tabel widgets and call their pack methods with no arguments, how will the Label widgets be arranged inside their parent widget?
Short Answer
Expert verified
Answer: When the .pack() methods of two Label widgets are called without any arguments, they will be arranged vertically, one below the other, starting from the top of the parent widget.