Commit b0a99bdd by BellCodeEditor

save project

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