The function f(x) returns "none" for every input string.
[CODE]: 
```python
def f(x):
    return "none"
```