Implement `parity(n)` returning the string `even` or `odd` for an integer `n`.
Run your code to see results.