标签:
参考自:https://github.com/qiwsir/StarterLearningPython/blob/master/124.md#enumerate
enumerate的作用是将序列的每一个元素都拿出来和其偏移值组成一个元组(tuple)
图例:
它可以指定下标的起始:
python中的enumerate学习
原文地址:http://www.cnblogs.com/yinsua/p/4549451.html