python 映射tupple

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python 映射tupple相关的知识,希望对你有一定的参考价值。

dictionary = {a: {'c': c, 'b': b} for a, b, c in [('a','b','c'),('a1','b1','c1')]}

以上是关于python 映射tupple的主要内容,如果未能解决你的问题,请参考以下文章

Python基础--变量和字符串/猜数字/range()/Isinstance/list[]/tupple()

Python基础--变量和字符串/猜数字/range()/Isinstance/list[]/tupple()

Python os.walk文件遍历

Python os.walk

python 遍历文件夹

Python os.walk的用法与举例