Skip to content

Instantly share code, notes, and snippets.

@anitaokoh
Created March 30, 2019 14:30
Show Gist options
  • Save anitaokoh/dec2c1a817a21f187b28567ec9d53319 to your computer and use it in GitHub Desktop.
Save anitaokoh/dec2c1a817a21f187b28567ec9d53319 to your computer and use it in GitHub Desktop.
# To seperate the unique words
unique_words = set(split_lyrics)
print(unique_words)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment