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
AnswerD.
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.