5 lines
46 B
Python
5 lines
46 B
Python
|
|
import tkinter
|
||
|
|
|
||
|
|
w = tkinter.Tk()
|
||
|
|
w.mainloop()
|