Commit b36cbad5 by BellCodeEditor

save project

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