Commit 492a0a16 by BellCodeEditor

save project

parent c4877776
Showing with 14 additions and 0 deletions
a="123"
b="321"
while True:
c=input("请输入用户名:")
d=input("请输入密码:")
if a==c and b==d:
break
if a!=c:
print("用户名错误")
if b!=d:
print("密码错误")
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