Vidyalelo
Python · Q30

GUI Programming with Python

Programming · Python · question 30

Q30

What is the purpose of the Toplevel widget in Tkinter?

A.
Handling user input
B.
Displaying images
C.
Creating dialogs or new windows
Answer
D.
Drawing graphics

Answer: Option C

Solution

Answer: Option C
Solution:
The Toplevel widget is used to create additional dialogs or new windows in Tkinter.