0

I have a list of n elements and I want to select 24 elements of that list at every cycle. For example, I have exa that contains 1000 elements and I want to select 24 elements first, then the second 24 elements, then the third 24 elements and so on..

exa = [1, 2, 3, ...., 1000]

How I can put this into Python?

blkjim99
  • 21
  • 3

0 Answers0