Commit 114235e5 by BellCodeEditor

save project

parent 4c5ba25b
Showing with 3 additions and 0 deletions
......@@ -11,6 +11,9 @@ def regi():
print(e2.get())
print(e3.get())
root.resizable(width=False,height=False)
# 输入框entry;用户输入框
e1 = tkinter.Entry(root,show=None,font=('宋体',14),bg="light grey",width=18) # 显示成明文形式
e1.place(x=160, y=80)
......
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