nerdexam
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)
  • A
    2% (1)
  • B
    6% (3)
  • C
    91% (48)
  • D
    2% (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.

Full PCPP-32-101 Practice