Python 3.3.0
----------------
from tkinter import *

x=Label(text="Hello World")
x.pack()