>>> from mots import mot3 --ini >>> mot3('abbcabbbabccc') 5 >>> mot3('abbcabbabccc') 9 >>> mot3('abbcabbabcc') -1 >>> mot3('aaaabbbccc') 0 --fi