Commit e9342e3b by BellCodeEditor

save project

parent 0d0484c0
Showing with 5 additions and 1 deletions
......@@ -7,7 +7,11 @@ while True : # 保存在服务器数据库中的用户密码(正确的密码
if name==username and password==userpassword:
print("登陆成功")
break
print("登入失败")
if username !=name:
print("用户名错误")
if userpassword !=password:
print("密码错误")
print("欢迎来到mc的世界")
......
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