Question: Please write a program in python language in ver simple manner. Q1. Write a function called showNumbers that takes a parameter called (5 points) limit.
Q1. Write a function called showNumbers that takes a parameter called (5 points) limit. It should print all the numbers between 0 and limit with a label to identify the even and odd numbers. For example, if the limit is 3, it should print: O EVEN 1 ODD 2 EVEN 3 ODD
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
