I trying resolving the new python challenge: acceptable password V
It is write : having numbers or containing just numbers does not apply to the password longer than 9.
The following assert:
assert isacceptablepassword('12345678910') == False
Have to be True not False...
before in the acceptable password IV it was True
From: https://py.checkio.org/mission/acceptable-password-v/solve/
HTTP_USER_AGENT:
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36
Created at: March 29, 2020, 6:42 p.m.; Updated at: March 30, 2020, 9 a.m.