Commit dbdcc4fb by BellCodeEditor

save project

parent 1b92c258
Showing with 5 additions and 3 deletions
......@@ -10,9 +10,10 @@ while True:
if name==username and dd== userpassword:
print("登陆成功")
break
print("登陆不成功")
if username != name:
print("账号不成功")
if username != password:
print("账号不成功")
continue
if userpassword!= password:
print("密码不成功")
print("广告部")
\ No newline at end of file
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