CHALLBIGE
ACTIVITY 10.3.2: Iterating over a list.
632644.5021006 qx3zqy7
Jump to level 1
List raw_data contains integers read from input, representing data samples from an experiment. For each element in raw_data:
• If the element's value is greater than or equal to 45, then increment num_passed and output the element's value, followed by
'at index', the element's index, and 'passed'.
• Otherwise, output the element's value, followed by 'at index', the element's index, and 'is flagged'.