Linux and Python
摘要: 一、collections系列: collections其实是python的标准库,也就是python的一个内置模块,因此使用之前导入一下collections模块即可,collections在python原有的数据类型str(字符串), int(数值), list(列表) tuple(元组), d 阅读全文
posted @ 2016-01-18 13:41 jack.hang 阅读(1007) 评论(0) 推荐(0) 编辑