Commit e44ff85b by BellCodeEditor

save project

parent 24f05429
Showing with 1 additions and 2 deletions
...@@ -12,8 +12,7 @@ def empty(): ...@@ -12,8 +12,7 @@ def empty():
print("密码:"+name2) print("密码:"+name2)
name3=e3.get() name3=e3.get()
print("确认密码:"+name3) print("确认密码:"+name3)
def full():
with open()
# 输入框entry;用户输入框 # 输入框entry;用户输入框
e1 = tkinter.Entry(root,show=None,font=('宋体',14),bg="light green",width=18) # 显示成明文形式 e1 = tkinter.Entry(root,show=None,font=('宋体',14),bg="light green",width=18) # 显示成明文形式
......
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