Question: Write down a program in which if a user enters the input Even it should save the number in array name even_data and if user

Write down a program in which if a user enters the input Even it should save the number in array name even_data and if user enters odd number then it should save the number in an array name odd_data. It should take 7 inputs from the users. Print the array of even_data and odd_data.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock

Python program to store even and odd numbers in different array... View full answer

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 Programming Questions!