Commit 24e8a565 by BellCodeEditor

auto save

parent 0651e310
Showing with 11 additions and 1 deletions
import tkinter import tkinter
root=tkinter.Tk()
root.title('尼姆老个板')
root.geometry('400x300+500+300')
root.resizable(width=False,height=False)
e1=tkinter.Entry(root,show='none',font='宋体,14',width=18)
e1.place(x=140,y=80)
l=tkinter.Label(root,text='如果不是傻逼,那就快填信息'font=('宋体,18'),fg='black')
l.place(x=0,y=0)
#--------------#
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