📜  python 长度 - Python 代码示例

📅  最后修改于: 2022-03-11 14:45:44.548000             🧑  作者: Mango

代码示例6
len(var)
len() is a built-in function in python. You can use the len() to get the length of the given string, array, list, tuple, dictionary, etc. Value: the given value you want the length of. Return value a return an integer value i.e. the length of the given string, or array, or list, or collections.