Skip to content

Instantly share code, notes, and snippets.

@eyaltrabelsi
Last active July 5, 2019 19:20
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 eyaltrabelsi/9cc4c4d6c6b5803c1660569dde99f66d to your computer and use it in GitHub Desktop.
Save eyaltrabelsi/9cc4c4d6c6b5803c1660569dde99f66d to your computer and use it in GitHub Desktop.
Python tricks sum of iterable
>>> l = range(0,10,2)
>>> sum(l)
20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment