Respuesta :

Answer:

Rollercoaster1

Explanation: very useful password no-one would think of it

Answer:

Answer is in the attached screenshot!

Explanation:

Steps taken to solve the problem:

1) Store each character of the password in an array.

2) Go through each of the characters, if any of them is not a letter or a digit, then the password is not valid so you can return False.

3) If all the characters in the password are valid, we need to check if the length is valid.

4) If the length is valid return True (as we know the characters are also valid)

5) If the length isn't long enough, return False.

Ver imagen rainestormee