Commit b5daf51d by BellCodeEditor

save project

parent b78d43d0
name="该法规规范"
name="1"
name="该法规规范"
password="23456789"
name="1"
password="2"
while True:
usename=input("请您输入用户名")
usepassword=input("请您输入密码")
if name==usename and password==usepassword:
print("登录成功")
break
else :
print("登录错误")
\ No newline at end of file
if name!=usename:
print("用户名错误")
if password!=usepassword:
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