Commit 8421c7cf by BellCodeEditor

auto save

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