Commit f9e886f1 by BellCodeEditor

save project

parent e44ff85b
Showing with 3 additions and 1 deletions
...@@ -12,7 +12,9 @@ def empty(): ...@@ -12,7 +12,9 @@ def empty():
print("密码:"+name2) print("密码:"+name2)
name3=e3.get() name3=e3.get()
print("确认密码:"+name3) print("确认密码:"+name3)
def full():
with open(r"C:\\Users\EDZ\\Desktop.txt",encoding=UTF-8) as f:
f.write()
# 输入框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