Skip to content

Instantly share code, notes, and snippets.

@eyaltrabelsi
Created June 21, 2019 20:41
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/52c2436b64b73ddeaf157f990fc0bbf2 to your computer and use it in GitHub Desktop.
Save eyaltrabelsi/52c2436b64b73ddeaf157f990fc0bbf2 to your computer and use it in GitHub Desktop.
Python tricks Creating sequence of numbers
>>> range(0,10,2)
[0, 2, 4, 6, 8]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment