Commit e92f2213 by BellCodeEditor

save project

parent 87a6dcf1
Showing with 7 additions and 2 deletions
...@@ -11,7 +11,11 @@ while True: ...@@ -11,7 +11,11 @@ while True:
print("成功") print("成功")
break break
if name!=username: if name!=username:
print("用户名不存在") print("用户名不存在,滚")
continue
if password!=userpassword: if password!=userpassword:
print("密码不对") print("密码不对,滚")
if name!=username and password!=userpassword:
print("两个都错了,你也厉害")
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