Hi everyone,
I wish someone knows how to retrieve elements from this list, starting with element at index 9 and then every twelfth element.
For example, I have the following list and I want to extract elements from L2 at indexes: 9, 21, 33, 45, 57, 69, 81…
I know it is simple in Python, but I don’t know how to do it.
Thanks in advance