Q26 Single choice Mark for later What is the expected output of the following code? A ('Peter': 30, 'Paul': 31) B ('Peter', 'Paul') C ['Peter': 30, 'Paul': 31] D ['Peter', 'Paul'] Correct answer