Tagged Questions
5
votes
8answers
722 views
How can I print only every third index in Perl or Python?
How can I do a for() or foreach() loop in Python and Perl, respectively, that only prints every third index? I need to move every third index to a new array.