python乱七八糟 2020-01-18 本文已影响0人 陆寒晨 list相关 1、计算list的最小值索引: image.png 2、pop函数: list.pop([index=-1]) # 移除列表中的一个元素,默认最后一个值,可以自己指定index