Vidyalelo
Python · Q23

GUI Programming with Python

Programming · Python · question 23

Q23

What is the purpose of the Text widget in Tkinter?

A.
Handling user input
B.
Displaying text
Answer
C.
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.