Commit 14bded9c by BellCodeEditor

save project

parent 6d4c5efa
Showing with 7 additions and 4 deletions
zh="bangxuan" zh="bangxuan"
mm="123456" mm="123456"
zh1=input("请输入账号") while True:
mm1=input("请输入密码") zh1=input("请输入账号")
if zh==zh1 and mm==mm1: mm1=input("请输入密码")
if zh==zh1 and mm==mm1:
print("登录成功!") print("登录成功!")
else: break
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