I would like to give some feedback about ...
From: https://py.checkio.org/mission/acceptable-password-ii/solve/
One of the tests was incorrect, password was long enough, but had no digit.
suggested tests:
assert is_acceptable_password('short') == False
assert is_acceptable_password('muchlonger') == False
assert is_acceptable_password('ashort') == False
assert is_acceptable_password('4short') == False
assert is_acceptable_password('notashort43') == True
HTTP_USER_AGENT:
Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:86.0) Gecko/20100101 Firefox/86.0
Created at: 2021/03/06 01:55; Updated at: 2021/03/06 09:30