Commit f28903e7 by BellCodeEditor

save project

parent e5c73bcd
Showing with 4 additions and 2 deletions
......@@ -5,13 +5,14 @@ while True:
if i>0:
name = input("请输入账号:")
password = input("请输入密码:")
i-=1
if name == username and password == userpassword:
print("登录成功!")
elif name != username:
print("账号错误!")
else:
print("密码错误!")
print("密码错误!")
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