Instruction
Good! How about conditional statements?
Exercise
Write a function named print_parity that accepts a natural number. Check if the number is odd or even, and print one of the following appropriate messages:
You provided an odd number.You provided an even number.



