Let's say I have an arithmetic sequence: seq = [5, 7, 9, "x", 13, 15, "x", 19]
How do I get individual indexes of both the x's?
Note: I don't need the values of both x's, just the indexes.
Let's say I have an arithmetic sequence: seq = [5, 7, 9, "x", 13, 15, "x", 19]
How do I get individual indexes of both the x's?
Note: I don't need the values of both x's, just the indexes.