Skip to content

Commit 56928cd

Browse files
authored
Merge pull request #403 from wrightaprilm/06-kp
06-loops-and-functions.md: update keypoints
2 parents 32c0aad + cfa1d62 commit 56928cd

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

_episodes/06-loops-and-functions.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@ objectives:
1212
- "Build reusable code in Python."
1313
- "Write functions using conditional statements (if, then, else)."
1414
keypoints:
15-
- "FIXME"
15+
- "Loops help automate repetitive tasks over sets of items."
16+
- "Loops combined with functions provide a way to process data more efficiently than we could by hand."
17+
- "Conditional statements enable execution of different operations on different data."
18+
- "Functions enable code reuse."
1619
---
1720

1821
So far, we've used Python and the pandas library to explore and manipulate

0 commit comments

Comments
 (0)