Question: 23% Problem 1: Write a Python program that allows the user to create a list by entering elements one by one. After creating the list,

23% Problem 1: Write a Python program that allows the user to create a list by entering elements one by one. After creating the list, the program should print all the even elements present in the list. [20 points] Example: Let's assume that List= [21, 36, 45, 31, 18, 87, 28], the output will be [36, 18, 28]

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!