Commit 115c9000 by BellCodeEditor

save project

parent ba3e9bc3
Showing with 2 additions and 2 deletions
import tkinter import tkinter
...@@ -42,7 +42,7 @@ lab.place(x=100,y=220) ...@@ -42,7 +42,7 @@ lab.place(x=100,y=220)
button=tkinter.Button(root,text="提交",bg="lightgreen",width=15,command=gh) button=tkinter.Button(root,text="提交",bg="lightgreen",width=15,command=gh)
button.place(x=150,y=250) button.place(x=150,y=250)
import msvcrt print root.destroy()
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