Skip to content

Instantly share code, notes, and snippets.

@tbatsuur
Created September 30, 2020 21:11
Show Gist options
  • Save tbatsuur/385b51b607bfccb3c36a46884050f94d to your computer and use it in GitHub Desktop.
Save tbatsuur/385b51b607bfccb3c36a46884050f94d to your computer and use it in GitHub Desktop.
len(set([word.lower() for word in text1 if word.isalpha()])) //16948
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment