Commit 52dcb648 by BellCodeEditor

save project

parent 8bbda5af
Showing with 8 additions and 5 deletions
username="pythan" username="pythan"
userpassword="123456" userpassword="123456"
name = input("输入账号") while True:
password = input("输入密码") name = input("输入账号")
if name==username and password==userpassword: password = input("输入密码")
print("登陆成功") if name==username and password==userpassword:
\ No newline at end of file print("登陆成功")
break
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