Q28
What is the purpose of the Scale widget in Tkinter?
A.
Displaying images
B.
Creating message boxes
C.
Handling user input
D.
Selecting values from a range
AnswerAnswer: Option D
Solution
Answer: Option D
Solution:
The Scale widget is used for selecting values from a range in Tkinter.