Skip to content

Commit e5c4784

Browse files
authored
Update _episodes/06-loops-and-functions.md
1 parent 97541c5 commit e5c4784

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_episodes/06-loops-and-functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ objectives:
1414
keypoints:
1515
- "Loops help automate repetitive tasks over sets of items."
1616
- "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."
17+
- "Conditional statements enable execution of different operations on different data."
1818
- "Functions enable code reuse."
1919
---
2020

0 commit comments

Comments
 (0)