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