Commit fc6ed26d by BellCodeEditor

save project

parent 798e59e1
Showing with 10 additions and 1 deletions
...@@ -6,5 +6,13 @@ while True: ...@@ -6,5 +6,13 @@ while True:
if name == username and passwor == userpassword: if name == username and passwor == userpassword:
print("登陆成功") print("登陆成功")
break break
print("你个SB,请重新输入!") if name != username:
print("你盗窃了种俊霖的账号!,你已被追踪了!SB")
continue
if passwor != userpassword:
print("你盗窃了李思源的密码!,你已被追踪了!SB")
continue
if name and passwor != name and passwor :
print("你个SB!")
continue
print("欢迎来到贝尔SB,SB,SB李思源编程!") print("欢迎来到贝尔SB,SB,SB李思源编程!")
\ 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