Skip to content

Instantly share code, notes, and snippets.

@bee-san
Created February 3, 2019 18:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bee-san/689d534ec87beec33a8bfb43ac67be84 to your computer and use it in GitHub Desktop.
Save bee-san/689d534ec87beec33a8bfb43ac67be84 to your computer and use it in GitHub Desktop.
>>> list(filter(lambda x: ((x * 5) - 1) % 24 == 0, range(1, 200)))
[5, 29, 53, 77, 101, 125, 149, 173, 197]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment