Commit b5daf51d by BellCodeEditor

save project

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