Commit 4f2aa627 by BellCodeEditor

save project

parent 9664a60e
Showing with 2 additions and 1 deletions
...@@ -7,8 +7,9 @@ while True: ...@@ -7,8 +7,9 @@ while True:
yourpassword=input("输入密码") yourpassword=input("输入密码")
if username==yourname and userpassword==yourpassword: if username==yourname and userpassword==yourpassword:
print("登录成功") print("登录成功")
print("错误")
break break
print("错误")
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