feat(curriculum): add python multiple choice questions (#38890)
This commit is contained in:
committed by
GitHub
parent
18d2dca05b
commit
3567813c51
@ -15,12 +15,13 @@ videoId: 5Nwfs5Ej85Q
|
||||
|
||||
```yml
|
||||
question:
|
||||
text: Question
|
||||
text: 'Why are Numpy arrays faster than regular Python lists?:'
|
||||
answers:
|
||||
- one
|
||||
- two
|
||||
- three
|
||||
solution: 3
|
||||
- Numpy does not perform type checking while iterating through objects.
|
||||
- Numpy uses fixed types.
|
||||
- Numpy uses contiguous memory.
|
||||
- All of the above.
|
||||
solution: 4
|
||||
```
|
||||
|
||||
</section>
|
||||
|
Reference in New Issue
Block a user