is_acceptable_password(password: str)
I would like to give some feedback about ... idont understand this result because in my idle i have the good result
> Your result:False > > Right result:True > > Fail:is_acceptable_password("muchlonger5") >
my idle:
> Python 3.8.5 (tags/v3.8.5:580fbb0, Jul 20 2020, 15:57:54) [MSC v.1924 64 bit (AMD64)] on win32 > > Type "help", "copyright", "credits" or "license()" for more information. >>> ====================== RESTART: C:\Users\scris\password.py ===================== > > >>> is_acceptable_password("muchlonger5") > > > > True >>>
thanks for help
From: https://py.checkio.org/mission/acceptable-password-ii/solve/
HTTP_USER_AGENT:
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36