We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 180f942 commit aa20d22Copy full SHA for aa20d22
27-spreadsheet/tf-27.py
@@ -11,7 +11,7 @@
11
list(map(lambda w : \
12
w if w not in stop_words[0] else '',\
13
all_words[0]))]
14
-unique_words = [(),lambda :
+unique_words = [(), lambda :
15
set([w for w in non_stop_words[0] if w!=''])]
16
counts = [(), lambda :
17
list(map(lambda w, word_list : word_list.count(w), \
0 commit comments