Commit 4664de85 by BellCodeEditor

save project

parent ec4ec8ea
Showing with 1 additions and 1 deletions
...@@ -32,6 +32,6 @@ lab3.place(x=100,y=200) ...@@ -32,6 +32,6 @@ lab3.place(x=100,y=200)
bt=tkinter.Button(root,text='SB',font=('宋体',15),fg='black') bt=tkinter.Button(root,text='SB',font=('宋体',15),fg='black')
bt.place(x=160,y=260) bt.place(x=180,y=260)
# 保持窗口监听,进入消息循环 # 保持窗口监听,进入消息循环
root.mainloop() root.mainloop()
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