Computer Science, asked by manr3948, 7 months ago

Write a python program function to print the even
numbers from a given list.
Sample List : [1,2,3,4,5,6,7,8,9]
Expected result: [2,4,6,8]​

Answers

Answered by amitkz9974
5

Answer:

3 and 9

Explanation:

because python program function to print the even number from a given is 2 and 6

Similar questions