1/3 Test Cases Passed
You need to earn 2 or 3 stars in order to submit.
1/3 Test Cases Passed
You need atleast 2 stars to grade your answer.
Test Cases (0/3)
-
count_positives([-1,1,1,1]) to return [-1, 1, 1, 3]
-
count_positives([1,6,-4,-2,-7,-2]) to return [1, 6, -4, -2, -7, 2]
-
count_positives([-5,-3,0,3,5]) to return [-5, -3, 0, 3, 2]