freeCodeCamp/curriculum/challenges/english/07-scientific-computing-wit.../python-for-everybody/introduction-why-program.en...

31 lines
614 B
Markdown

---
id: 5e6a54a558d3af90110a60a0
title: 'Introduction: Why Program?'
challengeType: 11
isHidden: true
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>