Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
Evolution (part I ) solution in Clear category for Acceptable Password I by Tinus_Trotyl
def is_acceptable_password(password: str) -> bool:
return len(password) > 6
Oct. 13, 2020
Comments: