Process a list of data items.
Usage
process(data)
data: list
The input data to process.
list
The processed data.
>>> process([1, 2, 3]) [2, 4, 6]