5 lines
52 B
Python
5 lines
52 B
Python
|
|
import Tkinter
|
||
|
|
|
||
|
|
w = Tkinter.Tk()
|
||
|
|
w.mainloop()
|