Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
First solution in Clear category for House Password by saklar13
checkio = lambda x: (len(x) >9 and
not x.isdigit() and
not x.islower() and
not x.isupper() and
not x.isalpha())
Dec. 24, 2014
Comments: