Commit 9500ad7b by BellCodeEditor

save project

parent 3da6a32f
Showing with 7 additions and 1 deletions
......@@ -6,5 +6,10 @@ while True:
if username == name and userpassword == password:
print("登录成功")
break
print("登录失败,重新输入")
if username != name:
print("没你这个账号")
if userpassword != password:
print("密码不对")
if username != name and 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