1/8 Test Cases Passed
You need to earn 2 or 3 stars in order to submit.
1/8 Test Cases Passed
You need atleast 2 stars to grade your answer.
Test Cases (0/8)
-
convertTupleToList(cars) to return ['Honda', 'GM', 'Dodge', 'Hyundai']
-
returnSecondToLast(cars) to return Dodge
-
checkLength(cars, 2) to return 3
-
tupleJoin(cars, ("Tesla",)) to return ('Honda', 'GM', 'Dodge', 'Hyundai', 'Tesla')
-
tupleCount(cars, "a") to return 2
-
tupleCount(cars, "g") to return 2
-
tupleCount(cars, "d") to return 4
-
checkLength(cars, 5) to return 1