diff --git a/curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-course/upyter-notebooks-cells.english.md b/curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-course/upyter-notebooks-cells.english.md index 7402b910eb..791c40b2fd 100644 --- a/curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-course/upyter-notebooks-cells.english.md +++ b/curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-course/upyter-notebooks-cells.english.md @@ -14,12 +14,12 @@ videoId: 5PPegAs9aLA ```yml question: - text: Question + text:
Which cells are responsible for rich display?
answers: - - one - - two - - three - solution: 3 + - Code Cells + - Markdown Cells + - Raw Cells + solution: 1 ```