Commit af29cf7a by BellCodeEditor

save project

parent dc6ad2fd
Showing with 5 additions and 2 deletions
......@@ -10,11 +10,13 @@ while True:
print("登录成功!")
break
if name != username:
print("请重新输入用户名:")
print("请重新输入用户名:")
print("你还有"+str(i)+"次的机会")
continue
if password != userpassword:
print("请重新输入密码")
print("你还有"+str(i)+"次的机会")
else:
print("你他妈能吃屎")
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