Commit d22109bc by BellCodeEditor

save project

parent 3ca6ea3f
Showing with 8 additions and 0 deletions
...@@ -8,6 +8,14 @@ while True: ...@@ -8,6 +8,14 @@ while True:
if name == username and password == userpassword: if name == username and password == userpassword:
print("登陆成功") print("登陆成功")
break break
if name !=username
print("yongbucunzai")
if password != userpassword:
print("youwu")
if name != username and password !=userpassword
print("错") print("错")
print(hao) print(hao)
......
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