在 Python 中迭代序列时,通常需要每个项目的索引和值。虽然传统方法可能涉及使用 range() 和 len(),但 Python 提供了 enumerate() ...