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 = ("Enter a list of numbers seperated by commas please: ")
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
