Question: import tkinter def main ( ) : main _ window = tkinter.Tk ( ) tkinter.mainloop ( ) if _ _ name _ _ = '

import tkinter
def main():
main_window= tkinter.Tk()
tkinter.mainloop()
if__name__='__main__':
main()
what does the code in line 4 do?
it gets a reference to the operating syatem's main window.
it creates the GUI root widget
it creates an instance of the MainWindow class

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!