nerdexam
Python_Institute

PCPP-32-101 · Question #70

Which keyword arguments are in use when the grid() manager is invoked? (Choose two.)

The correct answer is A. columnspan C. row. columnspan and row are valid keyword arguments for the grid() geometry manager in Tkinter.

Advanced OOP

Question

Which keyword arguments are in use when the grid() manager is invoked? (Choose two.)

Options

  • Acolumnspan
  • Bside
  • Crow
  • Dwidth

How the community answered

(24 responses)
  • A
    96% (23)
  • D
    4% (1)

Explanation

columnspan and row are valid keyword arguments for the grid() geometry manager in Tkinter.

Topics

#tkinter#grid manager#layout#columnspan

Community Discussion

No community discussion yet for this question.

Full PCPP-32-101 Practice