[t:/]
$ 지식
_
python 애스터리스크, 곱하기 연산자, *
2018/01/03
쪼렙 티 팍팍
x = [1, 2, 3] print(x) # => [1, 2, 3] print(*x) # => 1 2 3
람다에서 유용하다.
[t:/] is not "technology - root". dawnsea,
rss