回答編集履歴

1

Python の公式ドキュメントの該当する部分(と Stack Overflow のページ)へのリンクを「参考」に追加しました。

2019/04/02 01:56

投稿

gh640
gh640

スコア1407

test CHANGED
@@ -16,4 +16,8 @@
16
16
 
17
17
 
18
18
 
19
+ - [Unpacking Argument Lists | 4. More Control Flow Tools — Python 3 documentation](https://docs.python.org/3/tutorial/controlflow.html#unpacking-argument-lists)
20
+
21
+ - [python - What does the star operator mean? - Stack Overflow](https://stackoverflow.com/questions/2921847/what-does-the-star-operator-mean)
22
+
19
23
  - [python - What is the pythonic way to unpack tuples? - Stack Overflow](https://stackoverflow.com/questions/2238355/what-is-the-pythonic-way-to-unpack-tuples)