1Graphcal interface

 

2Function

The <len> block is equivalent to the “len()” function in Python; it counts the number of elements in the input “in.”

See the Python documentation for more details.

3Input

4Output

5Types

The input can be of any type, but the most relevant types are: list, str, tuple.

The output is of type int.