List is a sequence of elements. Any element in the sequence is accessible by its position in sequence. The index starts with 0. Hence list[2] will return element at index 2, the third in the list i.e. 50.
List is a sequence of elements. Any element in the sequence is accessible by its position in sequence. The index starts with 0. Hence list[2] will return element at index 2, the third in the list i.e. 50.