How would I change this code so that I can also have it start a function called Drop_down_menu()
done_btn = Button(root, text = "Done", command = lambda: root.destroy())
done_btn.pack()
I have looked at previous articles which say use a function and have the operations there but then it says root is not defined.