python lists
Python sequence is the most basic data structure. Each element in the sequence is assigned a number - its position, or index, the first index is 0, the second index is 1, and so on.Python has a built-in type 6 sequences, but the most common are lists and tuples.A sequence of operations can be carried out, including indexing, slicing, add, multiply, check members.