Examveda

What is the purpose of the Text widget in Tkinter?

A. Handling user input

B. Displaying text

C. Drawing graphics

D. Creating message boxes

Answer: Option B

Solution (By Examveda Team)

The Text widget is used for displaying and editing multiline text in Tkinter.

This Question Belongs to Python Program >> GUI Programming With Python

Join The Discussion

Related Questions on GUI Programming with Python