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 2bac6b4 commit 3c3fcd0Copy full SHA for 3c3fcd0
_episodes/04-files.md
@@ -6,7 +6,7 @@ questions:
6
- "How can I do the same operations on many different files?"
7
objectives:
8
- "Use a library function to get a list of filenames that match a wildcard pattern."
9
-- "Write a for loop to process multiple files."
+- "Write a `for` loop to process multiple files."
10
keypoints:
11
- "Use `glob.glob(pattern)` to create a list of files whose names match a pattern."
12
- "Use `*` in a pattern to match zero or more characters, and `?` to match any single character."
0 commit comments