0
Please solve last case in my code of password validation...
Last case seems to error in solving the question. https://code.sololearn.com/c0O5jvOxVTkn/?ref=app
1 Respuesta
+ 1
A strong password must contain at least 2 digits and at least 2 special characters.
but in your code strong password may contain at least 1 digit and at least 1 special character.