Q. How to get last element of list in python? Suppose we have list with name arr, contains 5 elements. (A) arr[0] (B) arr[5] (C) arr[last] (D) arr[-1] ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (D) arr[-1]