Skip to content

Instantly share code, notes, and snippets.

@doda-zz
Created August 25, 2012 20:59
Show Gist options
  • Save doda-zz/3470911 to your computer and use it in GitHub Desktop.
Save doda-zz/3470911 to your computer and use it in GitHub Desktop.
numbers = [[1,2,3],[4,5,6],[7,8,9]]
persons = [
{'name':'peter',
'age':22,
'from':'USA'},
{'name':'frank',
'age':float('-inf'),
'from':'japan'}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment