Q5
How do you create a label widget in Tkinter?
A.
Label()
AnswerB.
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.