This website requires JavaScript.
Explore
Help
Register
Sign In
exercism
/
python
Watch
1
Star
0
Fork
0
You've already forked python
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
62ac923ed48dfa11e7aa0479f6a5a4e39987b9d4
python
/
exercises
/
practice
/
grep
/
grep.py
3 lines
42 B
Python
Raw
Normal View
History
Unescape
Escape
Grep: sync expected test results and input data with problem-specifications (#1795) * grep: sync expected test results and input data with problem-specifications.
2019-05-28 06:37:11 -07:00
def
grep
(
pattern
,
flags
,
files
)
:
grep: Add template with expected parameter
2017-10-02 23:22:04 -03:00
pass
Reference in New Issue
Copy Permalink