Skip to content

Instantly share code, notes, and snippets.

@ieure
Created August 3, 2012 14:43
Show Gist options
  • Save ieure/3248238 to your computer and use it in GitHub Desktop.
Save ieure/3248238 to your computer and use it in GitHub Desktop.
>>> a = [1, 2, 3]
>>> b = [4, 5, 6]
>>> b = a + b
>>> b
[1, 2, 3, 4, 5, 6]
@zzz6519003
Copy link

blah blah blah.. what's this about>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment