feat(curriculum): add python multiple choice questions (#38890)
This commit is contained in:
committed by
GitHub
parent
18d2dca05b
commit
3567813c51
@ -15,7 +15,7 @@ videoId: f9QrZrKQMLI
|
||||
|
||||
```yml
|
||||
question:
|
||||
text: 'What will the following code print:<pre>b = np.array([[1.0,2.0,3.0],[3.0,4.0,5.0]])<br>print(b)</pre>'
|
||||
text: 'What will the following code print?:<pre>b = np.array([[1.0,2.0,3.0],[3.0,4.0,5.0]])<br>print(b)</pre>'
|
||||
answers:
|
||||
- '<pre>[[1.0 2.0 3.0]<br>[3.0 4.0 5.0]]<pre>'
|
||||
- '<pre>[[1. 2. 3.]<br>[3. 4. 5.]]<pre>'
|
||||
|
Reference in New Issue
Block a user