Search
We can loop over nested lists using nested for loops. The outer loop will loop over the lists within the list and the inner loop will loop over the values within each list.