3
I’m having a problem with a code.
I have to find a specific element (I know what element it is, but I don’t know its position, because it is random). Under normal conditions, I would use a index
and could easily get the position. The problem is that it is a matrix where each row is a nested list, and the method index
does not search within lines. What I can do to get the position of the element I want, in this case?