Skip to content

Instantly share code, notes, and snippets.

@oldpatricka
Created February 9, 2017 05:15
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 oldpatricka/aaba2217b56275c31ef1df008152520e to your computer and use it in GitHub Desktop.
Save oldpatricka/aaba2217b56275c31ef1df008152520e to your computer and use it in GitHub Desktop.
mylist = [1, 1, 2, 3, 5, 8, 13]
for i in range(0, len(mylist)-1):
print mylist[i]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment