Vidyalelo
Python · Q16

GUI Programming with Python

Programming · Python · question 16

Q16

What is the purpose of the LabelFrame widget in Tkinter?

A.
Displaying images
B.
Grouping related widgets
Answer
C.
Handling user input
D.
Drawing graphics

Answer: Option B

Solution

Answer: Option B
Solution:
The LabelFrame widget is used to group related widgets together in Tkinter.