Vidyalelo
Python · Q10

GUI Programming with Python

Programming · Python · question 10

Q10

Which geometry manager is used to organize widgets in a table-like structure in Tkinter?

A.
Grid
Answer
B.
Pack
C.
Place
D.
Table

Answer: Option A

Solution

Answer: Option A
Solution:
The Grid geometry manager is used to organize widgets in a table-like structure in Tkinter.