Skip to content

Instantly share code, notes, and snippets.

@everm1nd
Created April 11, 2016 10:09
Show Gist options
  • Save everm1nd/eee8f76aaa030e2444c15b0f61091c84 to your computer and use it in GitHub Desktop.
Save everm1nd/eee8f76aaa030e2444c15b0f61091c84 to your computer and use it in GitHub Desktop.
Multiple assignment
# why I use it so rarely?
args = [1,2,3]
a,b,c = args
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment