Commit 52ce4ab2 by BellCodeEditor

auto save

parent 9489f8f5
Showing with 13 additions and 2 deletions
u u="p"
\ No newline at end of file v="123456"
d=input("输入账号")
s=input("输入密码")
while True:
if d==u and s==v:
print("登陆成功")
break
elif d!==u:
print("账号错误")
else:
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