Commit 76c0f57c by BellCodeEditor

save project

parent 5e0c2e42
Showing with 5 additions and 2 deletions
...@@ -5,6 +5,8 @@ D=input("请输入密码:") ...@@ -5,6 +5,8 @@ D=input("请输入密码:")
if A==C and B==D: if A==C and B==D:
print("赶紧滚进去") print("赶紧滚进去")
break break
else: if A=C
print("你妈的滚出去") print("用户名错误,滚出去")
if B=D
print("密码错误,滚出去")
print("欢迎来到SB星球") print("欢迎来到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