From 91f31d4a33365e911134e3519c971a109a89411f Mon Sep 17 00:00:00 2001
From: BellCodeEditor <bellcode_dev@bell.ai>
Date: Sat, 5 Jun 2021 14:33:39 +0800
Subject: [PATCH] save project

---
 r86to.py | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 r86to.py

diff --git a/r86to.py b/r86to.py
new file mode 100644
index 0000000..c3d99eb
--- /dev/null
+++ b/r86to.py
@@ -0,0 +1,21 @@
+i=3
+username="sb"
+userpassword="123456"
+while True:
+    name=input("输账号:")
+    password=input("输密码:")
+    i=i-1
+    if name==username and password==userpassword:
+        print("登录成功")
+        break
+    if name != username:
+        print("furk you")
+        continue
+    if password != userpassword:
+        print("furk you")
+    else:
+        
+print("滚进去")
+
+    
+     
--
libgit2 0.25.0