Commit 8270c0d6 by BellCodeEditor

save project

parent 1d711666
Showing with 10 additions and 7 deletions
a='lhs' a="lhs"
b='2123025' b="2123025"
aa=input('请输入账号') while True:
bb=input('请输入账号密码') aa=input("请输入账号")
if a==aa and b==bb: bb=input("请输入账号密码")
print('登录成功') if a==aa and b==bb:
\ No newline at end of file print("输入成功")
break
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