#!C:/Python25/python from Tkinter import * widget = Label(None, text='Hello GUI world!') widget.pack() widget.mainloop()
0 件のコメント:
コメントを投稿