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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!