Commit ac2eb1ab by BellCodeEditor

save project

parent 5bf5316c
Showing with 6 additions and 3 deletions
......@@ -10,11 +10,13 @@ while True:
print("登录成功!")
break
if name != username:
print("sb")
print("用户名错误")
print(str(i)+"机会")
continue
if password != userpassword:
print(nb)
print("密码错误")
print(str(i)+"机会")
else:
print("SB")
print("账户锁定")
exit()
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