From 0eeb9c24c110bb64a0b3cf05aacce234146090b6 Mon Sep 17 00:00:00 2001
From: BellCodeEditor <bellcode_dev@bell.ai>
Date: Sun, 14 Mar 2021 10:07:05 +0800
Subject: [PATCH] save project

---
 diy2.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/diy2.py b/diy2.py
index fc86969..3111ebc 100644
--- a/diy2.py
+++ b/diy2.py
@@ -14,6 +14,7 @@ while True:
             continue
         if password!=userpassword:
             print("密码错误")
+            print("你还有!"+str(i)+"次数")
     else:
         print("锁定")
         exit()
--
libgit2 0.25.0