Top Movies - 7.2.9

| title | release_year | rating | votes | |---------------------------|--------------|--------|---------| | The Shawshank Redemption | 1994 | 9.3 | 2,800,000 | | The Godfather | 1972 | 9.2 | 1,900,000 | | The Dark Knight | 2008 | 9.0 | 2,700,000 | | ... | ... | ... | ... |

Create a variable to hold a list of four strings. Python lists use square brackets with elements separated by commas. # Create a list of 4 favorite movies movie_list The Matrix Interstellar The Dark Knight Use code with caution. Copied to clipboard 2. Access the 0th Element In Python, lists use zero-based indexing , meaning the first item is at index to display it. # Print the 0th element (the first movie) print(movie_list[ Use code with caution. Copied to clipboard 3. Mutate the List 7.2.9 Top Movies

Lightyear Hosting