質問編集履歴
1
該当のソースコードの説明追記
title
CHANGED
File without changes
|
body
CHANGED
@@ -27,7 +27,7 @@
|
|
27
27
|
```
|
28
28
|
|
29
29
|
### 該当のソースコード
|
30
|
-
|
30
|
+
リスト内包記法は、「[Python, splitでカンマ区切り文字列を分割、空白を削除しリスト化](https://note.nkmk.me/python-split-strip-list-join/)」という記事を参考にしました。
|
31
31
|
```python
|
32
32
|
sample = [["hello, world.", "good morning."],
|
33
33
|
["Nice to meet you."],
|