Best post on Menu and Menubutton Widget of tkinter
Menu and Menubutton widgets are used to give drop down menu from which user can select one according to the need.
Menus in GUIs are presented with a combination of text and symbols to represent the choices.
Every menubutton is associated with a Menu widget that can display the choices for that menubutton when the user clicks on it.