Commit 53b306d5 by BellCodeEditor

save project

parent 7ef7758a
Showing with 5 additions and 2 deletions
...@@ -8,5 +8,8 @@ while True: ...@@ -8,5 +8,8 @@ while True:
if name == username and aaa==userpassword: if name == username and aaa==userpassword:
print("登陆成功") print("登陆成功")
break break
print("输入错误,请重新登陆") if name!=username
print("欢迎来到贝尔编程") print("输入错误,请重新登陆")
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