Commit cbbd9337 by BellCodeEditor

save project

parent c4a8927b
Showing with 3 additions and 3 deletions
import tkinter import tkinter
import tkinter import tkinter
photo=tkinter.PhotoImage (file= r"C:\Users\86138\Desktop\2021060821348058.jpg")
def gh(): def gh():
name=e1.get() name=e1.get()
n3=e2.get() n3=e2.get()
...@@ -43,7 +43,7 @@ lab.place(x=100,y=220) ...@@ -43,7 +43,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)
photo=tkinter.PhotoImage (file="C:\Users\86138\Desktop\2021060821348058.jpg")
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