From 6f8580604f97fe6ec9439c106a70e3ad333eb26a Mon Sep 17 00:00:00 2001
From: BellCodeEditor <bellcode_dev@bell.ai>
Date: Sun, 16 Oct 2022 17:31:42 +0800
Subject: [PATCH] save project

---
 l.py | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/l.py b/l.py
index e69de29..7f793cd 100644
--- a/l.py
+++ b/l.py
@@ -0,0 +1,6 @@
+username = "ghots"
+userpassword = "114514"
+name=input("请输入名称:")
+password=input("请输入密码")
+if username==name and userpassword==password:
+    print("登录成功")
\ No newline at end of file
--
libgit2 0.25.0