Commit 303589ef by BellCodeEditor

save project

parent 93a304a8
Showing with 5 additions and 2 deletions
......@@ -7,4 +7,7 @@ while True:
print("登陆成功!")
print("欢迎登陆!")
break
print("登录失败")
\ No newline at end of file
if name!=username:
print("登录失败 用户名错误")
if word!=userpassword:
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