Q63 Single choice Mark for later What is the expected output of the following code? A ['Peter', 404, 3.03, 'Wellert', 33.3] B None of the above. C [404, 3.03] D ['Peter', 'Wellert'] Correct answer