I would like to give some feedback about ...
From: https://py.checkio.org/mission/acceptable-password-ii/solve/
isacceptablepassword("muchlonger5")
Has some error. When running my code in IDE, all works.
I even tried using:
if password == "muchlonger5":
return True
it still returns False...
HTTP_USER_AGENT:
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.106 Safari/537.36
Created at: 2021/06/19 15:49; Updated at: 2021/06/20 10:14
The question is resolved.