In python
Q12 – Loops: Odd or Even (0.5 points) Write a for loop that is going to check whether the values in data_list are even or odd. Use a for loop with a conditional to do this. For each value, it should add True to a new list is_even if the value is even, and False to is_even if the value is odd In [ 1: | # rotR CODE HERE
OR
OR