Created
April 11, 2016 10:09
-
-
Save everm1nd/eee8f76aaa030e2444c15b0f61091c84 to your computer and use it in GitHub Desktop.
Multiple assignment
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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