Google News
logo
Tkinter - Quiz(MCQ)
What is the correct way to use the config() function in tkinter ?
A)
object.property
B)
object.config(property)
C)
config(property)
D)
config(object,property)

Correct Answer :   object.config(property)

Advertisement