Q12 Loops Odd Even 05 Points Write Loop Going Check Whether Values Datalist Even Odd Use L Q37245337

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

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

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.