Commit 280f2872 by BellCodeEditor

save project

parent 31aad5b0
Showing with 10 additions and 7 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("输入密码")
print("登陆成功") if a==b and d==c:
else: print("登陆成功")
print("登陆失败") break
\ No newline at end of file else:
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