Python len() 函数
定义和用法
The len()
函数返回对象中的项目数量。
当对象是字符串时,len()
函数返回字符串中的字符数量。
语法
len(object)
参数值
参数 | 描述 |
---|---|
object | 必需。一个对象。必须是序列或集合 |
The len()
函数返回对象中的项目数量。
当对象是字符串时,len()
函数返回字符串中的字符数量。
len(object)
参数 | 描述 |
---|---|
object | 必需。一个对象。必须是序列或集合 |
If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
[email protected]
If you want to report an error, or if you want to make a suggestion, send us an e-mail:
[email protected]