This commit is contained in:
Crista Lopes
2020-12-03 10:19:46 -08:00
parent 2b8e26b54b
commit e3e95f6b76

View File

@@ -95,7 +95,7 @@ f.close()
word_freqs.flush()
# PART 2
# Now we need to find the 25 most frequently occuring words.
# Now we need to find the 25 most frequently occurring words.
# We don't need anything from the previous values in memory
del data[:]