摘要: 官方文档: sort(*, key=None, reverse=False) This method sorts the list in place, using only < comparisons between items. Exceptions are not suppressed - if 阅读全文
posted @ 2018-01-02 23:44 huahuayu 阅读(2573) 评论(0) 推荐(1) 编辑
摘要: pop和remove方法都可以删除list中的元素,个人更倾向于使用pop方法。 pop方法:删除过程中还能返回被删除的值 remove方法: 从左往右,删除首次出现的指定元素 删除过程不会返回被删除的值 阅读全文
posted @ 2018-01-02 23:10 huahuayu 阅读(23452) 评论(0) 推荐(2) 编辑
摘要: 自带帮助文档: 阅读全文
posted @ 2018-01-02 20:10 huahuayu 阅读(280) 评论(0) 推荐(0) 编辑
摘要: 自带帮助文档: 阅读全文
posted @ 2018-01-02 20:08 huahuayu 阅读(249) 评论(0) 推荐(0) 编辑