GUI Tk Python

from Tkinter import *
    
root = Tk()
    
top = Toplevel()
    
root.mainloop()