You answeredJUST NOW
Python
Unit test number
1
Expected STDOUT
['Scream', 'Finding Nemo', 'The Shining']
Your STDOUT
['Scream', 'Finding Nemo', 'The Shining']
Unit test number
2
Expected STDOUT
['Home Alone 2', 'Scream', 'Finding Nemo', 'The Shining']
Your STDOUT
['Home Alone 2', 'Scream', 'Finding Nemo', 'The Shining']
Unit test number
3
Expected STDOUT
['Finding Nemo', 'The Shining']
Your STDOUT
['Finding Nemo', 'The Shining']
Unit test number
4
Expected STDOUT
['Taxi Driver', 'Parasite', 'Lost Highway']
Your STDOUT
['Taxi Driver', 'Parasite', 'Lost Highway']
Unit test number
5
Expected STDOUT
[]
Your STDOUT
[]
Instructor solution
3.3 Lists - Lesson
4.2 For Loops - Lesson
You may exit out of this review and return later without penalty.