Skip to content

Commit cfa1d62

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

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
@@ -13,7 +13,7 @@ objectives:
1313
- "Write functions using conditional statements (if, then, else)."
1414
keypoints:
1515
- "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."
16+
- "Loops combined with functions provide a way to process data more efficiently than we could by hand."
1717
- "Conditional statements enable execution of different operations on different data."
1818
- "Functions enable code reuse."
1919
---

0 commit comments

Comments
 (0)