Commit b62d17f1 by BellCodeEditor

save project

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