What does root = tk.Tk() create in a Tkinter application?
root = tk.Tk()
A background thread that samples CPU usage.
A new terminal emulator process.
The application's main top-level window and Tcl/Tk interpreter context.
A text label inside an existing window.