Title: Functional Python !
Date: 2012-02-17 09:04

```python
reduce(lambda x,y: x*(n%y), range(1, int(n**.5)+1))
```

Can you guess what this piece of code does for a given *n* value ?
