From dfdec6b02e8bf76694821d8d4a338f31289267a5 Mon Sep 17 00:00:00 2001 From: Crista Lopes Date: Fri, 8 Nov 2013 17:07:45 -0800 Subject: [PATCH] Minor cosmetic in code golf --- 04-code-golf/tf-04.py | 1 - 1 file changed, 1 deletion(-) 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))