30 lines
585 B
Markdown
30 lines
585 B
Markdown
|
---
|
||
|
id: 5e6a54a558d3af90110a60a0
|
||
|
title: Introduction A
|
||
|
challengeType: 11
|
||
|
isRequired: true
|
||
|
videoId: 3muQV-Im3Z0
|
||
|
---
|
||
|
|
||
|
## Description
|
||
|
<section id='description'>
|
||
|
More resources:
|
||
|
- <a href="https://youtu.be/F7mtLrYzZP8" target='_blank'>Install Python on Windows</a>
|
||
|
- <a href="https://youtu.be/wfLnZP-4sZw" target='_blank'>Install Python on MacOS</a>
|
||
|
</section>
|
||
|
|
||
|
## Tests
|
||
|
<section id='tests'>
|
||
|
|
||
|
```yml
|
||
|
question:
|
||
|
text: 'Who should learn to program?'
|
||
|
answers:
|
||
|
- 'College students.'
|
||
|
- 'People who want to become software developers.'
|
||
|
- 'Everyone.'
|
||
|
solution: 3
|
||
|
```
|
||
|
|
||
|
</section>
|