Examveda

How do you create a dropdown menu in Tkinter?

A. DropdownMenu()

B. CreateMenu()

C. OptionMenu()

D. MenuDropdown()

Answer: Option C

Solution (By Examveda Team)

The OptionMenu() function is used to create a dropdown menu in Tkinter.

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

Join The Discussion

Related Questions on GUI Programming with Python