10.1. ListsΒΆ

A list is a sequential collection of Python data values, where each value is identified by an index. The values that make up a list are called its elements. Lists are similar to strings, which are ordered collections of characters, except that the elements of a list can have any type.

You have attempted of activities on this page
10. Lists"> 10.2. List Values">Next Section - 10.2. List Values