fixes for DropdownMenu

This commit is contained in:
Tom Schimansky
2022-05-30 16:46:36 +02:00
parent a50e2ea9ca
commit 60b13bf215
3 changed files with 10 additions and 9 deletions

View File

@ -7,7 +7,7 @@ ws.geometry('400x300')
def display_selected(choice):
choice = variable.get()
print(choice)
print("display_selected", choice)
countries = ['Bahamas','Canada', 'Cuba','United States']