Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

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