We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97541c5 commit e5c4784Copy full SHA for e5c4784
1 file changed
_episodes/06-loops-and-functions.md
@@ -14,7 +14,7 @@ objectives:
14
keypoints:
15
- "Loops help automate repetitive tasks over sets of items."
16
- "Loops can be combined with functions we have learned so far to make data analysis and processing more efficient."
17
- - "Conditional statements allow us to sort data and perform different operations on different subsets of the data."
+ - "Conditional statements enable execution of different operations on different data."
18
- "Functions enable code reuse."
19
---
20
0 commit comments