Vidyalelo
Python · Q25

GUI Programming with Python

Programming · Python · question 25

Q25

What is the purpose of the place() method in Tkinter?

A.
To set the position of a widget using absolute coordinates
Answer
B.
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.