Scripting/Language Reference/Utility FunctionslenThe length of a list can be read as a decimal value with len. return len([1, 2, 3]) == 3 # True