SyntaxFix
Write A Post
Hire A Developer
Questions
You are attempting to call wordlists here:
wordlists
print wordlists(len(words)) <--- Error here.
Try:
print wordlists[len(words)]