Commit 267d742b by BellCodeEditor

save project

parent 65473719
Showing with 6 additions and 0 deletions
...@@ -3,3 +3,8 @@ passpord = "123" ...@@ -3,3 +3,8 @@ passpord = "123"
input_name =input("请输入账号:") input_name =input("请输入账号:")
input_passpord=input("请输入密码:") input_passpord=input("请输入密码:")
if name==input_name and password==input_passpord:
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