Commit a506b390 by BellCodeEditor

save project

parent 081284c8
Showing with 2 additions and 0 deletions
......@@ -6,6 +6,8 @@ name=input("请输入账号")
name1=input("请输入密码")
if username==name and userpassword==name1:
print("登陆成功")
else:
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