Commit dfbfea82 by BellCodeEditor

save project

parent 07858a54
name="该法规规范"
name="该法规规范"
password="23456789"
usename=input("请您输入用户名")
usepassword=input("请您输入密码")
if name==usename and password==usepassword:
print("登录成功")
else :
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