Skip to content

Instantly share code, notes, and snippets.

@BevanR
Last active March 12, 2016 06:07
Show Gist options
  • Save BevanR/1d808a325cb8fb3bbda0 to your computer and use it in GitHub Desktop.
Save BevanR/1d808a325cb8fb3bbda0 to your computer and use it in GitHub Desktop.
title = 'Black Seeds'
artist = 'One By One'
itunes_identifier = retrieve_itunes_identifier(title, artist)
if itunes_identifier:
itunes_identifiers.append(itunes_identifier)
print("{} - {} => {}".format(title, artist, itunes_identifier))
else:
print("{} - {} => Not Found".format(title, artist))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment