Vidyalelo
Python · Q26

GUI Programming with Python

Programming · Python · question 26

Q26

What is the role of the Spinbox widget in Tkinter?

A.
Displaying images
B.
Displaying a list of options
C.
Selecting a value from a range
Answer
D.
Drawing graphics

Answer: Option C

Solution

Answer: Option C
Solution:
The Spinbox widget is used for selecting a value from a range in Tkinter.