Examveda

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

Solution (By Examveda Team)

The Menu widget is used to create dropdown menus and submenus in Tkinter.

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

Join The Discussion

Related Questions on GUI Programming with Python