Files
freeCodeCamp/curriculum/challenges/english/07-scientific-computing-with-python/lectures-python-for-everybody/variables-expressions-and-statements.english.md
2020-05-27 13:19:11 +05:30

29 lines
389 B
Markdown

---
id: 5e7b9f050b6c005b0e76f056
title: Variables, Expressions, and Statements
challengeType: 11
isRequired: true
videoId: nELR-uyyrok
---
## Description
<section id='description'>
</section>
## Tests
<section id='tests'>
```yml
question:
text: 'What is the symbol is used in an assignment statement?'
answers:
- '~'
- '&'
- '='
- '|'
solution: 3
```
</section>