Commit 859fa029 by BellCodeEditor

save project

parent 88f43125
Showing with 3 additions and 3 deletions
username = "python" username = "python"
userpassword = "123456" userpassword = "123456"
i = 1000000000000000 i = 10
while True: while True:
if = i>0 if i>0:
name = input("请输入用户名:") name = input("请输入用户名:")
password = input("请输入密码:") password = input("请输入密码:")
i -= 1 i -= 1
...@@ -15,7 +15,7 @@ while True: ...@@ -15,7 +15,7 @@ while True:
if password != userpassword: if password != userpassword:
print("用户密码不正确!") print("用户密码不正确!")
else: else:
print("锁定) print("锁定")
exit() exit()
......
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