Python Developer — Medium
Key points
- The correct answer uses a nested loop structure to unpack the nested list
- Incorrect options either have the order of iteration incorrect or do not properly unpack the nested list
- Understanding list comprehensions and nested data structures is key to solving this question
Ready to go further?
Related questions
