From acb75b82ae2d5db5df24e8fb1dbe9711d6f613b5 Mon Sep 17 00:00:00 2001 From: BellCodeEditor <bellcode_dev@bell.ai> Date: Sun, 20 Mar 2022 10:26:50 +0800 Subject: [PATCH] auto save --- diy2.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/diy2.py b/diy2.py index 075e59a..2ac5720 100644 --- a/diy2.py +++ b/diy2.py @@ -6,4 +6,5 @@ while True: if name == username and password == userpassword: print("登录成功!") print("用户名或密码错误!请重新输入") -print("欢迎来到贝尔编程!") \ No newline at end of file +print("欢迎来到贝尔编程!") + -- libgit2 0.25.0