From 99da2bcbd921e82e97827678eaa7507a73ea8c69 Mon Sep 17 00:00:00 2001 From: BellCodeEditor <bellcode_dev@bell.ai> Date: Sun, 30 Jun 2024 15:59:06 +0800 Subject: [PATCH] save project --- bh.py | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 bh.py diff --git a/bh.py b/bh.py new file mode 100644 index 0000000..6c06bad --- /dev/null +++ b/bh.py @@ -0,0 +1,7 @@ +name="1" +passward="1" +username=input("用户名") +userpassward=input("密码") +while True: + if name==username and passward==userpassward: + print("登录成功") \ No newline at end of file -- libgit2 0.25.0