Q. To add a new element to a list we use which Python command? (A) list1.addEnd(5) (B) list1.addLast(5) (C) list1.append(5) (D) list1.add(5) ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (C) list1.append(5)