回答編集履歴

2

slice

2018/01/30 05:07

投稿

fuzzball
fuzzball

スコア16731

test CHANGED
@@ -1,3 +1,3 @@
1
- `X`は[リスト](https://docs.python.jp/3/tutorial/introduction.html#lists)や[文字列](https://docs.python.jp/3/tutorial/introduction.html#strings)のスライス
1
+ `X`はリストや文字列などの[スライス](https://qiita.com/kaeruair/items/e7f1c08915839ce3c9b4)。
2
2
 
3
3
  `Y`は[辞書](https://docs.python.jp/3/tutorial/datastructures.html#dictionaries)。

1

list

2018/01/30 05:07

投稿

fuzzball
fuzzball

スコア16731

test CHANGED
@@ -1,3 +1,3 @@
1
- `X`は[文字列](https://docs.python.jp/3/tutorial/introduction.html#strings)のスライス。
1
+ `X`は[リスト](https://docs.python.jp/3/tutorial/introduction.html#lists)や[文字列](https://docs.python.jp/3/tutorial/introduction.html#strings)のスライス。
2
2
 
3
3
  `Y`は[辞書](https://docs.python.jp/3/tutorial/datastructures.html#dictionaries)。