摘要: Python List: List 列表 List 定义 lis = [ ] 或 lis = list() 定义一个空列表 List 函数 查看List内置函数方式 : dir(list) ['__add__', '__class__', '__contains__', '__delattr__', 阅读全文
posted @ 2018-09-14 22:18 马若波 阅读(363) 评论(0) 推荐(0)