Commit 31fe603b by BellCodeEditor

save project

parent 84a12b99
Showing with 3 additions and 0 deletions
...@@ -14,9 +14,11 @@ while True: ...@@ -14,9 +14,11 @@ while True:
break break
if name!=username: if name!=username:
print("用户输入的账号错") print("用户输入的账号错")
print("多大"+str(i)+"吃得多")
continue continue
if password!=userpassword: if password!=userpassword:
print("密码错") print("密码错")
print("多大"+str(i)+"吃得多")
else: else:
print("登陆锁定") print("登陆锁定")
exit() exit()
\ 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