Commit b62d17f1 by BellCodeEditor

save project

parent 3af09c87
Showing with 14 additions and 8 deletions
a="hahaha"
b="wx720779"
c=input("请输入账号")
l=input("请输入密码")
if a==c and b==l:
print("登录成gonggong功啦")
else:
print("登录失败")
while True:
c=input("请输入账号")
l=input("请输入密码")
if a==c and b==l:
print("登录成操mingxing功啦")
break
if c !=b:
print("用户名不存在,请重新输入。")
continue
if l != b:
print("密码错误,请重新登录")
else:
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