Commit 62d123f3 by BellCodeEditor

save project

parent 5cce7d08
Showing with 3 additions and 1 deletions
......@@ -11,10 +11,12 @@ while True:
break
if username!=name:
print("用户账号错误,请重新输入!")
continue
continue
print("温馨提示:你还有"+str(i)+"机会登录!")
if userpassword!=password:
print("用户密码错误,请重新输入!")
continue
--print("温馨提示:你还有"+str(i)+"机会登录!")
else:
print("你的账号已被锁定,请带身份证来我校区结锁!")
exit()
......
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