python中的列表(len()函数)

len()函数返回列表的长度 例如:web info=["xiaoming","23years","2000","male"] a=len(info) print(a) out :svg 4
相关文章
相关标签/搜索