Commit bdbbb747 by BellCodeEditor

save project

parent b0a99bdd
Showing with 3 additions and 0 deletions
......@@ -8,6 +8,8 @@ while True:
break
if name!=username:
print("你十分珍贵且并无卵用的账号输入错误,再试一下子吧!")
continue
if password!=userpassword:
print("你并不关心且有点卵用的密码输入错误,再试一下子吧!")
continue
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