Q. Which of the following is incorrect? (A) List is a built-in data structure in Python (B) List can only have elements of same data type. (C) List is mutable. (D) Index of lists can be positive as well as negative. ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (B) List can only have elements of same data type.