Examveda
Examveda

What is the purpose of the pack() method in Tkinter?

A. To close the window

B. To arrange widgets vertically

C. To apply styles to widgets

D. To handle user input

Answer: Option B

Solution(By Examveda Team)

The pack() method arranges widgets vertically within their container.

This Question Belongs to Python Program >> GUI Programming With Python

Join The Discussion

Related Questions on GUI Programming with Python