Commit 25dc0d59 by BellCodeEditor

save project

parent aefd2fcd
Showing with 10 additions and 3 deletions
...@@ -7,6 +7,10 @@ while True: ...@@ -7,6 +7,10 @@ while True:
if name != username : if name != username :
print("账号") print("账号")
continue continue
else:
break
while True:
if i>0:
password = input("请输入密码:") password = input("请输入密码:")
if password == userpassword and name == username: if password == userpassword and name == username:
print("gogogo") print("gogogo")
...@@ -14,7 +18,9 @@ while True: ...@@ -14,7 +18,9 @@ while True:
else: else:
print("...") print("...")
i -= 1 i -= 1
else: if i <= 0:
print("!!!FBI WARNING!!!") print("!!!FBI WARNING!!!")
exit() exit()
else:
print("万王之王哈里发最多再许你"+str(i)+"次机会!!!")
print("Welcome , sir\nGlad to see") print("Welcome , sir\nGlad to see")
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment