list=['a','b','c','d','e']foriinrange(len(list)):printi,":",list[i]对于以上的代码,有更pythonic的写法吗?即:下标和value一起遍历出来 查看完整描述