How can I make a for loop in Python that changes the array index, like array[0] = array[0] + 1, something like that and it repets 27 times untill the array is array[26].