python每行乘列表_每行乘以2个元素,创建新列,列表python
Is there a more pythonic way than my current solution? (list comprehension would be nice)您使用for循环的方法是正确的,而且非常“python”。这里只需要注意一点:如果代码中没有使用索引i,则不必使用enumerate()也就是说,如果您对考虑其他特定于python的替代方案感兴趣,也可以在这里使用列表理解...