Q34 Single choice Mark for later What is the output of the following snippet? A ['Mary', 'had', 'a', 'little', 'lamb'] B ['Mary', 'had', 'a', 'lamb'] C ['Mary', 'had', 'a', 'ramb'] D No output, the snippet is erroneous Correct answer