Vidyalelo
Python · Q18

GUI Programming with Python

Programming · Python · question 18

Q18

What is the purpose of the Menu widget in Tkinter?

A.
Handling user input
B.
Drawing graphics
C.
Creating message boxes
D.
Creating dropdown menus
Answer

Answer: Option D

Solution

Answer: Option D
Solution:
The Menu widget is used to create dropdown menus and submenus in Tkinter.