Well done!
You have completed Working with List-of-Lists in Python Quiz!
Quiz Question 1 of 5
Given the list-of-lists data = [[100, 200, 300], [400, 500], [600, 700, 800]]
, which Python expression would correctly swap the elements 200
and 700
?
Choose the correct answer below: