Exercise: Finish a Conditional Expression

The first half of a conditional expression is already written. Add the value after else so parity ends up as 'odd' when num is not divisible by 2.
Python
Setting up Python environment...
Output