Vidyalelo
Python · Q5

GUI Programming with Python

Programming · Python · question 5

Q5

How do you create a label widget in Tkinter?

A.
Label()
Answer
B.
LabelWidget()
C.
CreateLabel()
D.
WidgetLabel()

Answer: Option A

Solution

Answer: Option A
Solution:
The Label() function is used to create a label widget in Tkinter.