Find words which contains all the vowels: Difference between revisions

Corrected file closure statement
m (Added file closure statement)
(Corrected file closure statement)
Line 715:
wordList = dictionary.read().split('\n')
 
dictionary.close();
 
for word in wordList:
503

edits