Commit 91f31d4a by BellCodeEditor

save project

parent 4ce966e1
Showing with 21 additions and 0 deletions
i=3
username="sb"
userpassword="123456"
while True:
name=input("输账号:")
password=input("输密码:")
i=i-1
if name==username and password==userpassword:
print("登录成功")
break
if name != username:
print("furk you")
continue
if password != userpassword:
print("furk you")
else:
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