Python_Institute
PCPP-32-101 · Question #80
Your tkinter application needs to display a list of items for users to select. Which widget should you use?
The correct answer is C. Listbox. You've hit your limit · resets 5am (America/New_York)
Advanced OOP
Question
Your tkinter application needs to display a list of items for users to select. Which widget should you use?
Options
- AOptionMenu
- BMenu
- CListbox
- DCombobox
How the community answered
(53 responses)- A2% (1)
- B6% (3)
- C91% (48)
- D2% (1)
Explanation
You've hit your limit · resets 5am (America/New_York)
Topics
#tkinter#Listbox widget#GUI components#user selection
Community Discussion
No community discussion yet for this question.