Commit aa2da42d by BellCodeEditor

save project

parent 91f31d4a
Showing with 16 additions and 16 deletions
......@@ -2,20 +2,19 @@ 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")
if i>0:
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("滚进去")
print("哈,你没了")
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