List are mutable data type in Python, True, False, Which of the following is used to create a list in Python?, A) (10, 20, 30), B) {10, 20, 30}, C) [10, 20, 30], D) <10, 20, 30>, Which operator is used to join two lists?, A) *, B) +, C) &, D) //, Which function returns the number of elements in a list?, A) count(), B) size(), C) length(), D) len(), Which of the following lists contains elements of different data types?, A) [1, 2, 3], B) ["A", "B", "C"], C) [10, "Python", 3.5], D) [True, False]

LIST MANIPULATION

Leaderboard

Visual style

Options

Switch template

Continue editing: ?