Commit a30dab05 by BellCodeEditor

save project

parent 5c9a99cb
Showing with 6 additions and 0 deletions
...@@ -4,4 +4,10 @@ import tkinter ...@@ -4,4 +4,10 @@ import tkinter
root=tkinter.Tk() root=tkinter.Tk()
root.title("") root.title("")
root.geometry('400x320+500+300') root.geometry('400x320+500+300')
a=tkinter.Entry(root,show=' ',font=('宋体',14),bg='light grey',width=18)
a.place(x=140,y=80)
b=tkinter.Entry(root,show=' ',font=('宋体',14),bg='light grey',width=18)
b.place(x=140,y=120)
c=tkinter.Entry(root,show=' ',font=('宋体',14),bg='light grey',width=18)
c.place(x=140,y=160)
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