Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
Iterable solution in Creative category for House Password by Shutnik
checkio=lambda s:len(s)>9and all(any(f(c)for c in s)for f in[str.isdigit,str.isupper,str.islower])
March 11, 2014
Comments: