Q5 Single choice Mark for later What is the output of the following when executed in a Python shell? A [[1, 2, 2.5], [3, 4], [5, 6]] B [[1,2], [3, 4], [5, 6]] C [[1,2], [3, 4]] D [[1,2,2.5], [3,4]] Correct answer