Question: Create a Python program to count the number of even and odd numbers from a series of numbers. Additionally, the code should display the sum
Create a Python program to count the number of even and odd numbers from a series of numbers. Additionally, the code should display the sum and average of the numbers.
Sample Input
numbersList = (1, 26, 15, 44, 525, 16, 27, 448, 9999, 2, 666)
Expected Output
The list have 6 even numbers The list have 5 odd numbers
The sum is 11769
The average is 1069.9090
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
