Vidyalelo
Python · Q14

GUI Programming with Python

Programming · Python · question 14

Q14

What is the purpose of the Radiobutton widget in Tkinter?

A.
Playing audio
B.
Drawing shapes
C.
Selecting a single option from a list
Answer
D.
Handling mouse clicks

Answer: Option C

Solution

Answer: Option C
Solution:
The Radiobutton widget allows the user to select a single option from a list.