Question: Exercise 3 : Odd & Even Create a program in Python that will load a list of 8 numbers. Once these numbers are loaded the
Exercise : Odd & Even
Create a program in Python that will load a list of numbers. Once these numbers are loaded the program will iterate through the list and determine if the number is even or odd. If the number is even it will print out the word EVEN in all caps. If the number is odd is will print ODD in all caps. The input statements for the list do not need any prompts.
Create a program in Python that will load a list of integers and add them together. The program needs to ask the user for the number of integers they would like to add together. These values will then be loaded in to a list. The program will need to print out that list once it is loaded. The program will then use the list to create a sum of all of the values and print out that sum.
There will be no prompts for the input data and no prompts for the output data.
Create a program that loads a list of integers. Your program will need to accept each number as an input value. There is no prompt for your input statement. Finally your program needs to print the list.
As an example if Codio enters the follow
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
