Commit be7ea81a by BellCodeEditor

save project

parent 3c1772d7
Showing with 4 additions and 0 deletions
......@@ -6,6 +6,10 @@ while True
if username==name and userpassword==password
dreak
print("输入错误")
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