Commit b36cbad5 by BellCodeEditor

save project

parent 4d142ece
Showing with 11 additions and 16 deletions
i=3 username="114514"
username="sb" userpassword="123456"
userpassword="54188"
while True: while True:
if i>0 name=input("输入用户名:")
name=input("给老子输入用户名:") if name==username:
password=input("给老子输入密码:") password=input("输入密码:")
i-=1
if name==username and password==userpassword:
print("拉好了")
break
if name!=username: if name!=username:
print("用户名错了!") print("用户名错了!")
continue continue
if password==userpassword:
print("登录成功")
break
if password!=userpassword: if password!=userpassword:
print("密码错了!") print("密码错了!")
else: continue
print("你的脑子有问题,来我家治治病") print("进来了")
exit() \ No newline at end of file
print("进来了")
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