returns the number of elements in an array or characters in a string


## Description

It takes 1 arguments.

`len(array_or_word)`

- `array_or_word` - array or word to returns the number of elements of

## Usage

- `len('ab')` - returns 2

