29 lines
376 B
Markdown
29 lines
376 B
Markdown
|
---
|
||
|
id: 5e7b9f090b6c005b0e76f065
|
||
|
title: Lists B
|
||
|
challengeType: 11
|
||
|
isRequired: true
|
||
|
videoId: lCnHfTHkhbE
|
||
|
---
|
||
|
|
||
|
## Description
|
||
|
<section id='description'>
|
||
|
|
||
|
</section>
|
||
|
|
||
|
## Tests
|
||
|
<section id='tests'>
|
||
|
|
||
|
```yml
|
||
|
question:
|
||
|
text: 'Which method is used to add an item at the end of a list?'
|
||
|
answers:
|
||
|
- 'insert'
|
||
|
- 'push'
|
||
|
- 'append'
|
||
|
- 'new'
|
||
|
solution: 3
|
||
|
```
|
||
|
|
||
|
</section>
|