Q4
What is the main window in a Tkinter application called?
A.
WindowFrame
B.
MainFrame
C.
RootWindow
AnswerD.
BaseWindow
Answer: Option C
Solution
Answer: Option C
Solution:
The main window in Tkinter is referred to as the RootWindow.