Q8
What is the purpose of the pack() method in Tkinter?
A.
To close the window
B.
To arrange widgets vertically
AnswerC.
To apply styles to widgets
D.
To handle user input
Answer: Option B
Solution
Answer: Option B
Solution:
The pack() method arranges widgets vertically within their container.