Commit b4fc06ef by BellCodeEditor

save project

parent 4bb7d031
Showing with 4 additions and 0 deletions
......@@ -9,6 +9,10 @@ while True:
if username==name and userpassword==password:
print("登路陈功")
break
if username != name:
print("名字错误")
if userpassword != password:
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