Skip to content

Instantly share code, notes, and snippets.

@anitaokoh
Created March 30, 2019 14:28
Show Gist options
  • Save anitaokoh/f1d4f761afc1f2d77dd5c32117b82529 to your computer and use it in GitHub Desktop.
Save anitaokoh/f1d4f761afc1f2d77dd5c32117b82529 to your computer and use it in GitHub Desktop.
#To seperate each word to create a list
split_lyrics = perfect_lyrics.split(' ')
print(split_lyrics)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment