Commit c1ecf995 by BellCodeEditor

save project

parent 96256322
Showing with 6 additions and 0 deletions
......@@ -29,6 +29,12 @@ lab1.place(x=30,y=200)
com=tkinter.Button(root,text="提交",font=("Times",25),command=touch)
com.place(x=150,y=250)
def n():
ee=e1.get()
rr=e2.get()
print(ee,rr)
n()
# 保持窗口监听,进入消息循环
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