Commit 867465b5 by BellCodeEditor

save project

parent 807d1fd2
Showing with 11 additions and 0 deletions
username="python"
userpassword="123456"
e1=input("账号:")
e2=input("密码:")
if e1 == username and e2 == userpassword:
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