Q23
What is the purpose of the Text widget in Tkinter?
A.
Handling user input
B.
Displaying text
AnswerC.
Drawing graphics
D.
Creating message boxes
Answer: Option B
Solution
Answer: Option B
Solution:
The Text widget is used for displaying and editing multiline text in Tkinter.