👉 In computer science, a "snellest" is a function that calculates the fastest way to convert an input into another value. It's also known as a "fastest convergent algorithm".
For example, consider the following function:
```
def f(n):
return n
2 + 1
```
This function takes in an integer `n` and returns the result of squaring it and adding one.
To make this function sneller, we can use a loop to iterate