2 questions
A = [1,2,3,4,5, ..., 100]TheA = [ [1,2,3,4,5,6,7,8,9,10], [11,12,13,...,20],... , [91,92,...99] ]I'm looking for a way to change it like this.I think I can use this interlator, but the cost is too hig...
You want to divide a list of arbitrary lengths into pieces of the same size. Of course, there are clear ways of putting two counters and a list, and every time a second list is filled, there are ways ...
© 2024 OneMinuteCode. All rights reserved.