a="ABCDCDCDC" b="CDC" def sample(x,y): i=0 while i<len(x): x[i:]==y return i i+=1 c=(sample(a,b)) print(c)
Aprenda de maneira mais eficiente, de graça:
Introdução ao Python
7.1M de alunos
Introdução ao Java
4.7M de alunos
Introdução ao C
1.5M alunos
Introdução ao HTML
7.5M alunos