Lists are mutables and support mutable functions. Many of these mutable functions contain for-loops. As we show in this video, this changes how we write the for-loop. In particular, we will not use an accumulator and we must loop over positions instead of loop elements.
- Tags
-