Tidy up, make line numbers consistent with text
This commit is contained in:
@@ -44,5 +44,5 @@ exec('sort = ' + sort_func)
|
||||
word_freqs = locals()['sort'](locals()['frequencies'](locals()['extract_words'](filename)))
|
||||
|
||||
for (w, c) in word_freqs[0:25]:
|
||||
print(w, ' - ', c)
|
||||
print(w, '-', c)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user