美文网首页
2018-11-03

2018-11-03

作者: smallcatmeat | 来源:发表于2018-11-03 11:30 被阅读0次
    def get_dict_list(x_list):
        the_dict = {'x': 1, 'y': 2, 'z': 3}
        del the_dict['x']
        n = 0
        while n<len(x_list):
            the_dict[x_list[n]]=1
            the_new_list=[].append[the_dict]
            del the_dict[x_list[n]]
            n=n+1
        print(the_dict)
    

    相关文章

      网友评论

          本文标题:2018-11-03

          本文链接:https://www.haomeiwen.com/subject/nllkxqtx.html