You could use a while loop :
count = len(string) i = 0 while(i < count): # do something i += 2
1.4m articles
1.4m replys
5 comments
57.0k users