Commit e75ef9b8 by BellCodeEditor

save project

parent 53b306d5
Showing with 2 additions and 2 deletions
......@@ -8,8 +8,8 @@ while True:
if name == username and aaa==userpassword:
print("登陆成功")
break
if name!=username
if name!=username:
print("输入错误,请重新登陆")
if aaa!=userpassword
if aaa!=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