inverter_lista
Reverse a list of items and return a new list in inverse order. Accepts a list of strings as input.
Instructions
Retorna uma nova lista com os itens em ordem inversa.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| itens | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |