python字典嵌套使用

    for i in range(len(type_list)):
		# 通过迭代list创建一个字典
        type_temp = {"type_list":type_list[i]};
        # 把迭代好的字典添加新字典
        temps["type"+str(i)]=type_temp

你可能感兴趣的:(python,python)