Understanding Project Logic | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Understanding Project Logic

I am going through the Python for DS and there's something I don't understand about how project problems are structured. So I get it that the code must solve all given test cases. But what I don't understand is why hidden test cases remain hidden after I get the code to correctly solve the first two test cases. Anyone could lift this mystery please?

6th Mar 2021, 5:02 AM
Nassim Abed
Nassim Abed - avatar
2 Answers
0
Because some of the Code-Coach Problems want you to challenge your thinking!
6th Mar 2021, 5:02 AM
Dino Wun (Use the search bar plz!)
Dino Wun (Use the search bar plz!) - avatar
0
So your answers explain the rationale but not the logic of it. I figured it out: the code must work for all possible cases that fit in the description of the requirement as outlined in the problem and not only in the specific example of the first shown test cases.
6th Mar 2021, 5:28 AM
Nassim Abed
Nassim Abed - avatar