Question 5

Last Updated :
Discuss
Comments

What is the correct syntax to add a menu labeled “File” in Tkinter?

root.menu("File")

Menu.add("File")

menu.add_cascade(label='File', menu=item)

menu.add_command('File')

Share your thoughts in the comments