Q30
What is the purpose of the Toplevel widget in Tkinter?
A.
Handling user input
B.
Displaying images
C.
Creating dialogs or new windows
AnswerD.
Drawing graphics
Answer: Option C
Solution
Answer: Option C
Solution:
The Toplevel widget is used to create additional dialogs or new windows in Tkinter.