Skip to content

Instantly share code, notes, and snippets.

@Mishco
Created June 13, 2022 18:13
Show Gist options
  • Select an option

  • Save Mishco/f12ec8a4bc283365b346e695c5274231 to your computer and use it in GitHub Desktop.

Select an option

Save Mishco/f12ec8a4bc283365b346e695c5274231 to your computer and use it in GitHub Desktop.
from collections import Counter
unique_count = len(Counter(selected_words).items())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment