Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
Ceph's Refactored solution in Clear category for House Password by suic
import re
def checkio(d):
return len(d) > 9 and all(re.search(p, d) for p in ('[A-Z]', '\d', '[a-z]'))
May 14, 2016
Comments: