Files
python/exercises/grep/grep.py

3 lines
45 B
Python
Raw Normal View History

def grep(pattern, files, flags=''):
pass