码迷,mamicode.com
首页 > 编程语言 > 详细

python模块-collections

时间:2020-06-18 11:05:11      阅读:61      评论:0      收藏:0      [点我收藏+]

标签:collect   基类   height   code   use   image   font   span   pytho   

技术图片

python抽象基类  collections.abc

 

1.  tuple

     技术图片

     特性: 不可变, 可迭代对象

                 拆包:

        user_tuple = (‘name‘, 29,175)
        name,age,height = user_tuple

        name,*other = user_tuple

                

 

python模块-collections

标签:collect   基类   height   code   use   image   font   span   pytho   

原文地址:https://www.cnblogs.com/ting152/p/13156081.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!