Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
One-liner variation solution in Creative category for House Password by suic
checkio = lambda data: len(data) > 9 and not any(f(data) for f in (str.islower, str.isupper, str.isdigit, str.isalpha))
Feb. 24, 2015