What is the meaning of the hidden test cases in code coach | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What is the meaning of the hidden test cases in code coach

19th Apr 2020, 10:12 AM
Kwasi Ansah
Kwasi Ansah - avatar
3 Answers
+ 1
That was right tnx
19th Apr 2020, 2:36 PM
Kwasi Ansah
Kwasi Ansah - avatar
+ 1
Now i know that at least one of the hidden test case might be grammar
19th Apr 2020, 2:38 PM
Kwasi Ansah
Kwasi Ansah - avatar
0
Here is my code in the jungle camping test animal = { "Grr" : "Lion", "Rwar" : "Tiger", "Ssss" : "Snake", "Chirp" : "Bird" } animal_sound = input(" ").split(" ") output = " " for i in animal_sound: output += animal[i] + " " print(output) I don't know why it doesn't work
19th Apr 2020, 10:19 AM
Kwasi Ansah
Kwasi Ansah - avatar