Q25
What is the purpose of the place() method in Tkinter?
A.
To set the position of a widget using absolute coordinates
AnswerB.
To arrange widgets horizontally
C.
To handle user input
D.
To create message boxes
Answer: Option A
Solution
Answer: Option A
Solution:
The place() method is used to set the position of a widget using absolute coordinates in Tkinter.