Commit 1e176b94 by BellCodeEditor

save project

parent 4be4ae35
Showing with 4 additions and 0 deletions
......@@ -7,6 +7,10 @@ while True:
if username==q and userpassword==s:
break
print("登陆成功")
if username!=q:
print("用户名错误")
if userpassword!=s:
print("密码错误")
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