Commit 8afa475a by BellCodeEditor

save project

parent aa2da42d
Showing with 3 additions and 0 deletions
...@@ -9,11 +9,14 @@ while True: ...@@ -9,11 +9,14 @@ while True:
if name==username and password==userpassword: if name==username and password==userpassword:
print("登录成功") print("登录成功")
break break
print("还剩"+str(i)+"次")
if name != username: if name != username:
print("furk you") print("furk you")
print("还剩"+str(i)+"次")
continue continue
if password != userpassword: if password != userpassword:
print("furk you") print("furk you")
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