RosettaCodeData/Task/Window-creation/Python/window-creation-2.py

5 lines
46 B
Python

import tkinter
w = tkinter.Tk()
w.mainloop()