Commit 00cad936 by BellCodeEditor

save project

parent 59d6caff
Showing with 4 additions and 2 deletions
...@@ -4,5 +4,7 @@ C=input("请输入用户名:") ...@@ -4,5 +4,7 @@ C=input("请输入用户名:")
D=input("请输入密码:") D=input("请输入密码:")
if A==C and B==D: if A==C and B==D:
print("赶紧滚进去") print("赶紧滚进去")
break
else: else:
print("你妈的滚出去") print("你妈的滚出去")
\ No newline at end of file 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