Commit b0b12391 by BellCodeEditor

save project

parent 8f752d66
Showing with 4 additions and 2 deletions
...@@ -8,7 +8,8 @@ while True: ...@@ -8,7 +8,8 @@ while True:
if w=="python" and e=="123456": if w=="python" and e=="123456":
input("登录成功") input("登录成功")
break break
elif name !=username:
print("用户名错误")
else: else:
input(fuck you!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!) print("密码错误")
continue
# 如果登录成功用户输入的账号、密码正确,提示登陆成功 # 如果登录成功用户输入的账号、密码正确,提示登陆成功
\ 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