Q. Suppose a list with name arr, contains 5 elements. You can get the 2nd element from the list using: (A) arr[-2] (B) arr[2] (C) arr[-1] (D) arr[1] ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (D) arr[1]