👉 The term "operantis" is a technical term in computer science used to describe an algorithm that performs a specific operation on all elements of its input, without ever actually modifying them. This means that the algorithm does not change anything in the input, but instead simply returns a new value based on the result of performing the operation.
For example, consider the following algorithm:
```python
def operantis(nums):
for i in range(len(nums)):
nums[i]
= 2
return