Remember that parameters are like variables storing the values we pass to a function.

Here, the parameter movies will store the elements in movie_list, since that's the value we call the function with.

Make sure to pick movies, followed by movie_list.