Commit 474c6fa4 by BellCodeEditor

save project

parent a2f5b92d
Showing with 15 additions and 5 deletions
i=3
username = "python" username = "python"
userpassword = "123456" userpassword = "123456"
nn=input("输入账号")
uu=input("输入密码")
while True: while True:
if i>0:
nn=input("输入账号")
uu=input("输入密码")
i=i-1
if nn==username and uu==userpassword: if nn==username and uu==userpassword:
print("登陆成功") print("登陆成功")
break break
if uu!=userpassword:
print("欢迎来到贝尔编辑器") print("密码错误")
\ No newline at end of file continue
else:
print("账号错误")
else:
print("小瘪犊子,你特喵的账号遭冻结老,999999999999千万古戈尔年后再试")
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