Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
First solution in Uncategorized category for House Password by UFO665
def checkio(data):
return len(data) >= 10 and not data.isalpha() and not data.isdigit() and data != data.lower() and data != data.upper()
Dec. 5, 2015