Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
One-liner solution in Creative category for House Password by suic
checkio = lambda data: len(data) > 9 and all(any(map(f, data)) for f in (str.isdigit, str.isupper, str.islower))
Dec. 25, 2014
Comments: