top of page

7.2.9 Top Movies Better

The guide for 7.2.9 Top Movies explains how to use Python to store, access, and modify data. This specific exercise is part of the CodeHS AP Computer Science Principles

: You can change an item in a list by assigning a new value to its specific index (e.g., movies[0] = "New Value" ). 7.2.9 Top Movies

Every great list starts with a foundation. You begin by defining a variable that holds your starting movies. The guide for 7

bottom of page