We want to display "Movie: Toy Story 3" in the console. Using a print statement, access the name variable from the Movie instance.

Make sure to pick print followed by ( and then ,, movie, ., name, ).