Commit 913d56d9 by BellCodeEditor

save project

parent 5976e6ab
Showing with 7 additions and 2 deletions
namme=3
username = "python"
userpassword = "123456"
while True:
if i>0:
name = input("请输入用户名:")
password = input("请输入密码:")
if name == username and password == userpassword:
......@@ -8,7 +10,9 @@ while True:
if name!=username:
print("用户名登陆错误,请重新登录")
continue
if password!=userpassword:
if password!=userpassword:
print("密码登录错误,请重新登录")
else:
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