SyntaxFix
Write A Post
Hire A Developer
Questions
f = open('words.txt') for word in f.read().split(): print(word)