How can I make a for loop in Python that adds +1 to the array index

前端 未结 0 1121
难免孤独
难免孤独 2021-02-03 23:36

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].

相关标签:
回答
  • 消灭零回复
提交回复
热议问题