Commit 1fb0f814 by BellCodeEditor

save project

parent 8169eb88
Showing with 10 additions and 9 deletions
("请输入用户名:")
("请输入密码:")
name="a"
passwo="123456"
while True:
name1=input("请输入用户名:")
passwo1=input("请输入密码:")
if name==name1 and passwo==passwo1 :
print("登录成功!")
print"欢迎来到贝尔编程!")
print("欢迎来到贝尔编程!")"欢迎来到贝尔编程!"
\ No newline at end of file
break
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