from tkinter import *

root = Tk()

label = Label(root, text="Hello World")

myLabel.pack()

root.mainloop()