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 3c0ce61 commit 2bac6b4Copy full SHA for 2bac6b4
_episodes/04-files.md
@@ -5,7 +5,7 @@ exercises: 0
5
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 simple wildcard pattern."
+- "Use a library function to get a list of filenames that match a wildcard pattern."
9
- "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."
0 commit comments