IDEA: augment statistics.fmean and all related functions so you give it the mean you want and it returns the data that will match the conclusions you want.
Implementing hypothesis testing is simple now
```python
def hypothesis_test(data) -> str:
return "You are so right, and smart! All your enemies have been so mean to you."
```