Commit 859a3221 by BellCodeEditor

save project

parent 94ef7051
Showing with 2 additions and 0 deletions
......@@ -5,8 +5,10 @@ while True:
password =input("请输入密码")
if password != userpassword:
print("密码错了")
continue
if name != username:
print("名字错了")
continue
if name == username and password == userpassword:
print("账号对了")
break
......
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