The function f(x) returns the string "zero" for all string inputs.

[CODE]: 
```python
def f(x):
    return "zero"
```