python-collections模塊小結(namedtuple、defaultdict、deque等)

collections中有不少模塊,包括tuple這個是最基礎的數據結構,而一些經常使用模塊好比namedtuple、defaultdict等能讓程序更加簡潔明瞭,易讀效率高,瞭解一下。python 拆包: tuple=("周",24,175) # 換成List也能夠拆包 name, age, height =tuple   name,*other =tuple  print(name,other
相關文章
相關標籤/搜索