Tidy up, make line numbers consistent with text
This commit is contained in:
@@ -45,5 +45,5 @@ def sort(word_freq):
|
||||
|
||||
word_freqs = sort(frequencies(extract_words(sys.argv[1])))
|
||||
for (w, c) in word_freqs[0:25]:
|
||||
print(w, ' - ', c)
|
||||
print(w, '-', c)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user