Commit c7c7bad6 by BellCodeEditor

save project

parent 61cda862
Showing with 4 additions and 2 deletions
...@@ -9,11 +9,13 @@ while True: ...@@ -9,11 +9,13 @@ while True:
if name == username and password == userpassword: if name == username and password == userpassword:
print("登录成功!") print("登录成功!")
break break
if name != username if name != username:
print("cu") print("cu")
print("有次"+str(i)+"机会")
continue continue
if password != userpassword if password != userpassword:
print("cu") print("cu")
print("有次"+str(i)+"机会")
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