Commit e25664eb by BellCodeEditor

save project

parent 4bfa4b47
Showing with 1 additions and 1 deletions
...@@ -29,7 +29,7 @@ def register(): # 注册验证 ...@@ -29,7 +29,7 @@ def register(): # 注册验证
tkinter.messagebox.showinfo("提示","注册成功") tkinter.messagebox.showinfo("提示","注册成功")
text_1[name]=password1 text_1[name]=password1
with open("user.txt","w",encoding="utf-8") as f: with open("user.txt","w",encoding="utf-8") as f:
f.write(str(text_1)) f.write(text_1)
......
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