Commit e56c7ca9 by BellCodeEditor

save project

parent 273e1f39
Showing with 6 additions and 2 deletions
username = "吾问无为谓"
userpassword = "111111"
while True:
......@@ -6,6 +7,8 @@ while True:
if name == username and password == userpassword:
print("死亡成功!")
break
else:
print("用户名和密码错误!请重新输入!滚!")
if name !=username:
print("你脑子进水啦!用户名错误,请重新输入!滚!")
if password != userpassword:
print("你脑子进水啦!密码错误!请重新输入!滚!")
print("欢迎来到地狱!")
\ 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