Light Mode
Dark Mode
NEW test to add

Please add new test to check for example

checkio('ASDasd12345!*') == True

because when I pass using this construction

def checkio(data):    
    return len(data)>=10 and data.isalnum() and not(data.isdigit()) and not(data.islower()) and not (data.isupper())

Follow for the task password can contain special symbols like ('*', '!')

Created: Dec. 19, 2013, 7:34 p.m.
Updated: Jan. 21, 2014, 8:20 a.m.
2
6
User avatar
Dimat