output_file.close() print "Cannot open the file:",file_name,e当我挑选字典或列表时,它工作得很好,但是它不适用于字典列表。我从另一个函数获取一个字典作为single_record,然后将其附加到我的列表中:
def set_dict(url.....)'author'
我在一个列表mydict中嵌套了多个字典,其中一个键'dummy'的值为0或1,我希望将所有这些值相加。我正确地为键建立了索引,但没有得到总和,错误显示为'int' object is not iterable
mydict = [{'name':'John', 'dummy': 1},{'name':'Brad','du