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
AnswerD.
Drawing graphics
Answer: Option C
Solution
Answer: Option C
Solution:
The Spinbox widget is used for selecting a value from a range in Tkinter.