回答編集履歴
1
ワンライナーの例を追加
test
CHANGED
@@ -38,4 +38,12 @@
|
|
38
38
|
|
39
39
|
['2020-01-01']
|
40
40
|
|
41
|
+
>>>
|
42
|
+
|
43
|
+
>>>
|
44
|
+
|
45
|
+
>>> [ x["foo"] for y in d.values() for x in y if "foo" in x ]
|
46
|
+
|
47
|
+
['2020-01-01']
|
48
|
+
|
41
49
|
```
|