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
Python program to store even and odd numbers in different array... View full answer
Get step-by-step solutions from verified subject matter experts
