diff --git a/curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-course/numpy-operations.english.md b/curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-course/numpy-operations.english.md index a3946316a5..8a0a18b33e 100644 --- a/curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-course/numpy-operations.english.md +++ b/curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-course/numpy-operations.english.md @@ -7,13 +7,15 @@ videoId: eqSVcJbaPdk --- ## Description +
## Tests +
-```yml +````yml question: text: | What is the value of `a` after you run the following code?: @@ -24,11 +26,10 @@ question: ``` answers: - - "[20, 21, 22, 24, 24]" - - "[0, 1, 2, 3, 4, 5]" - - "[25, 26, 27, 28, 29]" + - '[20, 21, 22, 24, 24]' + - '[0, 1, 2, 3, 4]' + - '[25, 26, 27, 28, 29]' solution: 2 -``` +````
-