Vidyalelo
Python · Q20

GUI Programming with Python

Programming · Python · question 20

Q20

Which method is used to set the size of a widget in Tkinter?

A.
set_size()
B.
resize()
C.
size()
D.
config()
Answer

Answer: Option D

Solution

Answer: Option D
Solution:
The config() method is used to configure the properties of a widget, including its size.