I am trying to make a code to validate a password.
I have the following code:
password = input("Please enter password: ") length = len(password)