Commit 364206f4 by BellCodeEditor

save project

parent 654bc3ba
Showing with 17 additions and 0 deletions
zhanghao="qwertyuiop"
mima="120425"
while True:
a=input("请输入账号")
b=input("请输入密码")
if a==zhanghao and b==mima:
print("登录成功")
break
if a!=zhanghao:
print("请重新输入账号")
if b!=mima:
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