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