Question: Define a function do_nath that checks if a number is odd or even, return the square of the number if it is odd and the
Define a function do_nath that checks if a number is odd or even, return the square of the number if it is odd and the cube of the number if it is even. Create a list of the integers 1 through 5, and use a for loop to apply the function to each element in the list, printing out the return value from the function
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
