Commit d960f76b by BellCodeEditor

save project

parent fbb2e6fc
Showing with 16 additions and 0 deletions
username="你妈"
userpassword="54188"
while True:
name=input("请输入用户名:")
password=input("请输入密码:")
if name==username and password==userpassword:
print("他妈你就是个SB!")
break
if name==username and userpassword:
print("他妈你密码输错了!")
break
if name !=username:
print("他妈你用户名输错了!")
print("欢迎来到牛马SB2B游戏!")
\ 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