python list 的查找, 搜索, 定位, 统计

Python中是有查找功能的,四种方式:in、not in、count、index,前两种方法是保留字,后两种方式是列表的方法。

下面以a_list = ['a','b','c','hello'],为例作介绍:

posted @ 2018-12-10 19:56  清源居士  阅读(5239)  评论(0)    收藏  举报