Which symbol is used to create a list in Python?, (), {}, [], Which of these is a valid Python list?, [1, 2, 3], {1, 2, 3}, (1, 2, 3), Lists in Python are:, Mutable, Fixed-size, Numeric only, Immutable, Which method adds one item at the end of a list?, add(), insert(), append(), extend(), Which method removes and returns the last item of a list?, delete(), remove(), clear(), pop(), What is the index of the first element in a Python list?, 0, 1, 2, -1, Which method is used to insert an item at a specific position?, extend(), insert(), append(), sort(), Which method removes the first matching item from a list?, pop(), clear(), remove(), del(), What does len([10, 20, 30]) return?, 30, 10, 3, 2, Which method arranges list items in ascending order?, arrange(), order(), reverse(), sort()

List in Python for Std 11

Leaderboard

Visual style

Options

AI Enhanced: This activity contains content generated by AI. Learn more.

Switch template

Continue editing: ?