Skip to content

Instantly share code, notes, and snippets.

@reeddunkle
Last active May 4, 2016 19:10
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 reeddunkle/dc0333e1e32af46c2b7fd5745ded924e to your computer and use it in GitHub Desktop.
Save reeddunkle/dc0333e1e32af46c2b7fd5745ded924e to your computer and use it in GitHub Desktop.
Tuples Example
>>> tuple = ('fashion', 'nugget')
>>> tuple[0]
'fashion'
>>> tuple[1]
'nugget'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment