Q10
Which geometry manager is used to organize widgets in a table-like structure in Tkinter?
A.
Grid
AnswerB.
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.