Commit 6cb3585b by BellCodeEditor

save project

parent 2d5905a6
Showing with 12 additions and 2 deletions
...@@ -6,9 +6,12 @@ while True: ...@@ -6,9 +6,12 @@ while True:
if name == username and password == userpassword: if name == username and password == userpassword:
print("登录成功!") print("登录成功!")
break break
elif name != username or password != userpassword: elif name != username:
print("连SB都不敢叫!!!") print("连SB都不敢叫!!!")
continue
elif password != userpassword:
print("连SB都不敢叫!!!")
continue
print("sbsbsbsbsbsbsbsbsbsbsbsbsbsbsbsbsbsbsbsbsbsbsbsbsbsbsbsbsbsbsbsbsbsbsbsbsbsbsbsb") print("sbsbsbsbsbsbsbsbsbsbsbsbsbsbsbsbsbsbsbsbsbsbsbsbsbsbsbsbsbsbsbsbsbsbsbsbsbsbsbsb")
......
i = 20
while i < 5440:
i = i + 1
if i == 5438:
continue
print(i)
\ 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