Skip to content

Instantly share code, notes, and snippets.

@abunsen
Created June 16, 2010 10:28
Show Gist options
  • Save abunsen/440438 to your computer and use it in GitHub Desktop.
Save abunsen/440438 to your computer and use it in GitHub Desktop.
mylist = [1, 2, 3, 4, 5] # this is a list
mydict = { 'one': 1, 'two': 2, 'three': 3, 'four': 4, 'five': 5 } #here is associative array
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment