Examveda

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: Option D

Solution (By Examveda Team)

The Scale widget is used for selecting values from a range in Tkinter.

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

Join The Discussion

Related Questions on GUI Programming with Python