Hello World

Hello World

import tkinter as tk

root = tk.Tk()
root.title('Hello World')
root.mainloop()