64bitdragon
Categories
Hello World
Hello World
Share
import tkinter as tk root = tk.Tk() root.title('Hello World') root.mainloop()