The function always returns 'none'.

[CODE]:
```python
def f(x):
    return 'none'
```