给定一个字符串列表,如下所示:
a_list_of_keys = ['a key', 'heres another', 'oh hey a key']
什么是从字典中检索嵌套的一系列键的方法
the_value_i_want = some_dict['a key']['heres another']['oh hey a key']
给定一个字符串列表,如下所示:
a_list_of_keys = ['a key', 'heres another', 'oh hey a key']
什么是从字典中检索嵌套的一系列键的方法
the_value_i_want = some_dict['a key']['heres another']['oh hey a key']