Commit f9d22eaa by BellCodeEditor

save project

parent dfd2680a
Showing with 8 additions and 2 deletions
import tkinter import tkinter as tk
root=tk.Tk()
root.title('Log in')
root.geometry('400x320+500+300')
e1=tk.Entry(root,show=None,font=('楷体',14),bg='yellow',width=18)
e1.place(x=140,y=80)
root.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