Commit 233b40c9 by BellCodeEditor

save project

parent 45967545
Showing with 4 additions and 2 deletions
......@@ -10,7 +10,8 @@ while True:
print("登陆成功")
break
if username != name :
print("用户不在")
if userpassword != password :
print("用户不在")
continue
if userpassword != password :
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