Commit d69ab3d8 by BellCodeEditor

save project

parent 8c42cd26
Showing with 12 additions and 3 deletions
username="sb" username="sb"
userpassword="54188" userpassword="54188"
while True: while True:
name=input("请拉屎") name=input("给老子输入用户名:")
password=("请拉尿") password=input("给老子输入密码:")
if name if name==username and password==userpassword:
print("拉好了")
break
if name!=username:
print("用户名错了!")
continue
if password!=userpassword:
print("密码错了!")
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