Commit 685934e1 by BellCodeEditor

save project

parent 82310b7f
Showing with 5 additions and 4 deletions
......@@ -4,7 +4,8 @@ while True:
name=input("请输入你十分珍贵且并无卵用的账号:")
password=input("请输入你并不关心且有点卵用的密码:")
if name==username and password==userpassword:
input("恭喜你老碧登!成功登陆了你的小机子")
print("恭喜你老碧登!成功登陆了你的小机子")
break
input("登陆失败!小样!")
input("欢迎来到想在这里玩游戏却不想在这里上课的贝尔世界")
\ No newline at end of file
else:
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