When you want it in the same for loop and both lists have the same length use a conventional for loop with i and use get(i) on both lists
2 Likes
When you want it in the same for loop and both lists have the same length use a conventional for loop with i and use get(i) on both lists