Loading exercise...
Exercise: Find Text Files With Glob
Become a Member to join the conversation.
Become a Member to join the conversation.
Get a Python Cheat Sheet (PDF) and learn the basics of Python, like working with data types, dictionaries, lists, and Python functions:
bart.jutte on June 13, 2026
Usually I ran the code of exercises on my local machine to see if they work. This one, I wasn’t able to get working for some reason. I normally use PyCharm for this, but that didn’t run at all (some security thing ??). IDLE resulted in empty [] results, even after modifying the answer to include subfolders or just any file. Puzzling.