SyntaxFix
Write A Post
Hire A Developer
Questions
To test that all words start with an upper case use this:
print all(word[0].isupper() for word in words)