当前位置:天才代写 > tutorial > Python教程 > python programming python 之tkinter初学

python programming python 之tkinter初学

2018-05-18 08:00 星期五 所属: Python教程 浏览:554

python">#!/usr/bin/env python

from Tkinter import *
from tkMessageBox import showinfo

def reply( ):
    showinfo(title='popup', message='Button pressed!')

window = Tk( )
button = Button(window, text='press', command=reply)
button.pack( )
window.mainloop( )

标签:python

 

    关键字:

天才代写-代写联系方式