Commit e9aa27bd by BellCodeEditor

auto save

parent 2805917c
Showing with 2 additions and 2 deletions
username = "python" # 保存在服务器数据库中的用户账号(正确的账号)
username = "python" # 保存在服务器数据库中的用户账号(正确的账号)
......@@ -11,7 +11,7 @@ while True:
if a!=username:
print("账号错误")
continue
if b==userpassword:
if b!=userpassword:
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