Q3 Single choice Mark for later Which of the following would produce this list?[65, 66, 67, 68] A range(l,4) + 64 B for x(4)+64 C map(ord, "ABCD") D range(4)+ 65 Correct answer