Commit 280f2872 by BellCodeEditor

save project

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