fix(curriculum): convert all video challenges to markdown (#39189)

This commit is contained in:
Shaun Hamilton
2020-08-04 20:56:41 +01:00
committed by GitHub
parent e7d2028bba
commit 7d8e558b91
69 changed files with 711 additions and 345 deletions

View File

@@ -7,18 +7,20 @@ videoId: VNWAQbEM-C8
---
## Description
<section id='description'>
</section>
## Tests
<section id='tests'>
```yml
````yml
question:
text: |
What code would produce the following array?:
What code would produce the following array?
```
```py
[[1. 1.]
[1. 1.]
[1. 1.]
@@ -44,7 +46,6 @@ question:
print(b)
```
solution: 1
```
````
</section>