Python List Unpacking With Star Operator
The * operator unpacks! See a, *b, c = [1,2,3,4,5] and master Python's unpacking feature!
#python #pythontricks #listunpacking #staroperator #codingchallenge #pythonshorts
Python List Unpacking With Star Operator
The * operator unpacks! See a, *b, c = [1,2,3,4,5] and master Python's unpacking feature!
#python #pythontricks #listunpacking #staroperator #codingchallenge #pythonshorts