Question: python and no input function Write a program and create a function called isOdd that takes a number and determine it is an odd number
python and no input function Write a program and create a function called isOdd that takes a number and determine it is an odd number or not. The program output is shown below.
Input:
a) python C:\M4\assign4-7.py 9
b) python C:\M4\assign4-7.py 10
Output:
a) 9 is an odd number
b) 10 is not an odd number
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
