Skip to content

Instantly share code, notes, and snippets.

@maxp
Created May 7, 2010 13:25
Show Gist options
  • Select an option

  • Save maxp/393414 to your computer and use it in GitHub Desktop.

Select an option

Save maxp/393414 to your computer and use it in GitHub Desktop.
[i+2 for i, numberList in enumerate([[i for x in range(2, i+1) if i % x == 0 and i != x] for i in range(2,100)]) if not numberList]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment