Commit fea54931 by BellCodeEditor

save project

parent ee05c52c
Showing with 7 additions and 6 deletions
...@@ -10,13 +10,13 @@ while True: ...@@ -10,13 +10,13 @@ while True:
i-=1 i-=1
if name==username and password==userpassword: if name==username and password==userpassword:
print("登陆成功") print("登陆成功")
break break
elif nime != username: elif name != username:
print("用户名不存在请重新输入") print("用户名不存在,请重新输入")
continue continue
else: else:
print("用户名不存在,请重新输入") print("密码错误,请重新输入")
else else
print("你的账户已被锁定请一个小时后再来") print("你的账户已被锁定,请一个小时后再来")
exit() exit()
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