Commit 25600624 by BellCodeEditor

save project

parent 9acdf46f
Showing with 21 additions and 0 deletions
i=5
username="bellcode"
userpassword="Windows"
while True:
if i>0:
name=input("输入用户名:")
password=input("输入密码:")
i-=1
if name==username and password==userpassword:
input("登录ing...")
break
if name!=username:
input("用户不存在。")
continue
if password!=userpassword:
input("密码错误。")
else:
print("锁定锁定锁定锁定锁定锁定锁定锁定锁定锁定锁定锁定锁定锁定锁定锁定锁定锁定锁定锁定")
exit()
input("欢迎来到贝尔编程")
\ 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