Commit 02d25694 by BellCodeEditor

save project

parent 5e3cd8dc
Showing with 2 additions and 1 deletions
...@@ -6,7 +6,8 @@ while True: ...@@ -6,7 +6,8 @@ while True:
if name == username and password == userpassword: if name == username and password == userpassword:
print("好的爸爸,以为您启动自爆模式") print("好的爸爸,以为您启动自爆模式")
break break
if name != username: if name != username:
continue password != userpassword
print("李个泼该,重写用户名字!") print("李个泼该,重写用户名字!")
if password != userpassword: if password != userpassword:
print("李个泼该,重写密码!") print("李个泼该,重写密码!")
......
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