Q20
Which method is used to set the size of a widget in Tkinter?
A.
set_size()
B.
resize()
C.
size()
D.
config()
AnswerAnswer: Option D
Solution
Answer: Option D
Solution:
The config() method is used to configure the properties of a widget, including its size.