Tagged Questions
1
vote
3answers
1k views
“Slice lists” and “the ellipsis” in Python; slicing lists and lists of lists with lists of slices
Original question: Can someone tell me how to use "slice lists" and the "ellipsis"? When are they useful? Thanks.
Here's what the language definition says about "slice_list" and "ellipsis"; Alex ...