fnmatchEasy Playground

Filename matching with shell-style wildcards

Python Playground
Output
Click "Run" to execute your code

The fnmatch module is part of Python's standard library. Filename matching with shell-style wildcards.

Challenge

Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?