Commit 8e20c8d7 by BellCodeEditor

save project

parent 2035e8f6
Showing with 4 additions and 2 deletions
......@@ -6,8 +6,10 @@ while True:
if name==name1 and zhanghao==zhanghao2:
print("登录成功")
break
print("输入错误?请重新输入用户名和密码?")
if name1!=name :
input("账号错误请重新输入")
if zhanghao2!=zhanghao :
input("密码错误请重新输入")
print("欢迎来到贝尔编程世界?")
......
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