- the length should be bigger than 6;
- should contain at least one digit, but it cannot consist of just digits;
- if the password is longer than 9 - previous rule (about one digit), is not required.
"isacceptablepassword("short54") " should be True?
Created at: 2021/12/17 15:16; Updated at: 2021/12/17 15:23