When I am trying to write a syntax for messagebox in tkinter like this
''' 'root=tkinter.Tk()' 'Messagebox.Showinfo()' '''
It is popping up root window although I have not called root.mainloop() How is this happening?
When I am trying to write a syntax for messagebox in tkinter like this
''' 'root=tkinter.Tk()' 'Messagebox.Showinfo()' '''
It is popping up root window although I have not called root.mainloop() How is this happening?