Skip to content

Instantly share code, notes, and snippets.

@omarkj
Created February 2, 2012 14:37
Show Gist options
  • Save omarkj/1723749 to your computer and use it in GitHub Desktop.
Save omarkj/1723749 to your computer and use it in GitHub Desktop.
>>> a = [1,2]
>>> len(a)
2
>>> a[1]
2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment