Write a program that takes a list of numbers, creates another list of even numbers from the first list, and prints it.
E.g. if my_numbers = [1, 2, 3, 4, 5], then your program should print the list [2, 4].
Write a program that takes a list of numbers, creates another list of even numbers from the first list, and prints it.
E.g. if my_numbers = [1, 2, 3, 4, 5], then your program should print the list [2, 4].
Create a free account to access the full topic