Returns the length of the parameter.
Edit me

Length

Returns the Python length of the parameter. The length of lists and tuples equals their amount of elements. The length of strings equals their amount of characters.

Inputs:

  • List, tuple or string: parameter to measure the length of

Outputs:

  • Numeric: length of the parameter