Well done!
You have completed Working with List-of-Lists in Python Quiz!
Quiz Question 1 of 5
Given the list my_list = [[11, 22, 33], [44, 55], [66, 77, 88, 99]]
, which code snippet correctly prints all elements greater than 50 in reverse order, with each value printed on a new line?
Choose the correct answer below: