diff --git a/04-code-golf/tf-04.py b/04-code-golf/tf-04.py index 91eba36..668fedd 100755 --- a/04-code-golf/tf-04.py +++ b/04-code-golf/tf-04.py @@ -1,5 +1,4 @@ #!/usr/bin/env python - import re, string, sys stops = set(open("../stop_words.txt").read().split(",") + list(string.ascii_lowercase))