Skip to content

Commit 3c3fcd0

Browse files
committed
'for' is code
1 parent 2bac6b4 commit 3c3fcd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_episodes/04-files.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ questions:
66
- "How can I do the same operations on many different files?"
77
objectives:
88
- "Use a library function to get a list of filenames that match a wildcard pattern."
9-
- "Write a for loop to process multiple files."
9+
- "Write a `for` loop to process multiple files."
1010
keypoints:
1111
- "Use `glob.glob(pattern)` to create a list of files whose names match a pattern."
1212
- "Use `*` in a pattern to match zero or more characters, and `?` to match any single character."

0 commit comments

Comments
 (0)