标签: python dictionary
我需要在字典中获取字符串。例如
temp = {'EAGLE': [array([[7, 5], [7, 6], [7, 7], [7, 8], [7, 9]])]}
如何在此代码中获取eagle字符串或任何字符串并将其存储在列表中。