Examveda

What is the purpose of the Radiobutton widget in Tkinter?

A. Playing audio

B. Drawing shapes

C. Selecting a single option from a list

D. Handling mouse clicks

Answer: Option C

Solution (By Examveda Team)

The Radiobutton widget allows the user to select a single option from a list.

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

Join The Discussion

Related Questions on GUI Programming with Python