1. 首页
  2. 课程学习
  3. 专业指导
  4. Python通过len函数返回对象长度

Python通过len函数返回对象长度

上传者: 2020-12-17 07:47:41上传 PDF文件 34.24KB 热度 42次
英文文档: len(s) Return the length (the number of items) of an object. The argument may be a sequence (such as a string, bytes, tuple, list, or range) or a collection (such as a dictionary, set, or frozen set). 返回对象的长度 说明: 1. 返回对象的长度,参数可以是序列(比如字符串、字节数组、元组、列表和range对象),或者是集合(比如字典、集合、不可变集合) >>>
下载地址
用户评论