Hello it's my decision , i want think have another decision
def checkio(data):
if len(data) < 10 or data.islower() or data.isupper() or data.isdigit():
return False
else:
for i in data:
if i.isdigit():
return True
Created at: 2016/01/12 12:14; Updated at: 2016/01/15 10:53