Commit 8421c7cf by BellCodeEditor

auto save

parent 51b9083a
Showing with 9 additions and 5 deletions
username = "$" username = "$"
userpassword = "$" userpassword = "$"
name = input("($o$)") while True:
password = input("(^_^)") name = input("($o$)")
if name == username and password == userpassword: password = input("(^_^)")
print("妈的赶紧进去") if name == username and password == userpassword:
\ No newline at end of file print("嘿嘿嘿,请进$$$")
break
print("操,滚")
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