The function returns "wxwn" for any given input string.

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