Skip to content

Instantly share code, notes, and snippets.

@jonathancg90
Created December 27, 2013 20:04
Show Gist options
  • Save jonathancg90/8151921 to your computer and use it in GitHub Desktop.
Save jonathancg90/8151921 to your computer and use it in GitHub Desktop.
Lista de python con elementos numericos repetidos
*) products_ids = [x for x, y in collections.Counter(products_ids).items() if y >= 1]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment