Why do we use for loops with arrays?
Group of answer choices
For loops let us access one specific element of an array.
Lets us quickly process contents of the array.
To store one piece of data at a time.
For loops let Python handle the values as strings not numbers.