len(对象)
。 在Python中,len()函数用于获取对象的长度或元素个数,它可以用于字符串、列表、元组、字典等可迭代对象,下面是len()函数的详细用法:
1、字符串长度:
“`python
string = "Hello, World!"
length = len(string)
print(length) # 输出:13
“`
2、列表长度:
“`python
list = [1, 2, 3, 4, 5]
length = len(list)
print(length) # 输出:5
“`
3、元组长度:
“`python
tuple = (1, 2, 3, 4, 5)
length = len(tuple)
print(length) # 输出:5
“`
4、字典长度:
“`python
dictionary = {"name": "John", "age": 25, "city": "New York"}
length = len(dictionary)
print(length) # 输出:3
“`
需要注意的是,len()函数只能用于可迭代对象,对于不可迭代的对象(如整数、布尔值等),使用len()函数会引发TypeError异常。
最新评论
本站CDN与莫名CDN同款、亚太CDN、速度还不错,值得推荐。
感谢推荐我们公司产品、有什么活动会第一时间公布!
我在用这类站群服务器、还可以. 用很多年了。