弄懂这56个Python使用技巧(轻松掌握Python高效开发) 1.枚举-enumerate可以有参数哦之前我们这样操作:i=0foriteminiterable:printi,itemi+=1现在我们这样操 Python使用技巧