Commit 6a73c48a by BellCodeEditor

save project

parent c075cadc
Showing with 8 additions and 0 deletions
from tkinter import *
def printStr():
print('hello world')
windows1=Tk
button1=Button(windows1,text='点击我'command=printStr)
button1.pack()
windows1.mainloop()
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment