Commit 435c8ec0 by BellCodeEditor

save project

parent 44053d7c
Showing with 10 additions and 0 deletions
import tkinter
def r():
name=b.get()
poss=c.get()
print(poss)
a=tkinter.Tk()
a.title("注册")
a.geometry("400x320+500+300")
......@@ -28,4 +33,8 @@ g.place(x=-10,y=160)
h=tkinter.Label(a,text="确定密码",font=("宋体",18),bg="green",width=10)
h.place(x=-10,y=240)
k=tkinter.Button(a,text="提交",font=("宋体",15),bg="green",command=r)
k.place(x=150,y=270)
a.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