【发布时间】:2021-02-12 19:26:36
【问题描述】:
我有一本字典如下:
{
"result" : [{
"conf" : 1.000000,
"end" : 105.570000,
"start" : 104.970000,
"word" : "today"
}, {
"conf" : 1.000000,
"end" : 106.320000,
"start" : 106.080000,
"word" : "yes"
}, {
"conf" : 1.000000,
"end" : 106.590000,
"start" : 106.320000,
"word" : "sir"
}],
"text" : "today yes sir"
}
我想从结果中的内部字典中提取start 和word 变量。
我该怎么做呢?任何帮助将不胜感激。
【问题讨论】:
-
显示你的代码到目前为止你做了什么?
标签: python dictionary