Commit 82eaa69c by BellCodeEditor

auto save

parent b777cf9b
Showing with 2 additions and 2 deletions
username = "余大帅哥" username = "余大帅哥"
userpassword = "123456" userpassword = "YYDS"
while True: while True:
name = input("请输入用户名:") name = input("请输入用户名:")
password = input("请输入密码:") password = input("请输入密码:")
...@@ -14,7 +14,7 @@ while True: ...@@ -14,7 +14,7 @@ while True:
print("焯") print("焯")
if name != username: if name != username:
print("用户名达咩") print("用户名达咩")
continuessssssssssss continue
if password != userpassword: if password != userpassword:
print("密码达咩") print("密码达咩")
if name != username and password != userpassword : if name != username and password != userpassword :
......
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