Commit 280f2872 by BellCodeEditor

save project

parent 31aad5b0
Showing with 8 additions and 4 deletions
c="SCB" c="SCB"
a="3305222" a="3305222"
d=input("输入账号") while True:
b=input("输入密码") d=input("输入账号")
if a==b and d==c: b=input("输入密码")
if a==b and d==c:
print("登陆成功") print("登陆成功")
else: break
else:
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