• Acceptable Password IV have wrong Example?

Question related to mission Acceptable Password IV

 
  1. the length should be bigger than 6;
  2. should contain at least one digit, but it cannot consist of just digits;
  3. if the password is longer than 9 - previous rule (about one digit), is not required.

"isacceptablepassword("short54") " should be True?

9