Vidyalelo
Python · Q28

GUI Programming with Python

Programming · Python · question 28

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
Answer

Answer: Option D

Solution

Answer: Option D
Solution:
The Scale widget is used for selecting values from a range in Tkinter.