Skip to content

Instantly share code, notes, and snippets.

@reeddunkle
Last active May 4, 2016 19:10
Show Gist options
  • Select an option

  • Save reeddunkle/dc0333e1e32af46c2b7fd5745ded924e to your computer and use it in GitHub Desktop.

Select an option

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