0
I cannot see the output while doing code
Hello everyone, So i am doing the python course, and when they put those questions in which you have to do some code, once I finish i will said if i fail or not but i will not show me the output. It just says case lock. Is there anything i have to do in Sololearn so they unlock. Thank you
4 ответов
+ 1
Fabricio Lucas Dimónaco
You can't unlock the answers.
Those answers are locked to stop people from hard coding solutions.
You must think about the challenge & how to write the code so it meets all criterea of possible inputs.
Which challenge are you struggling with, in exactly which course
+ 1
Sorry i might express my self badly its not that the code doesn’t work but i hve done it correctly and it shows the green mark but its just lock.
+ 1
Yeah, there's nothing that can be done about that.
0
No. If they're failed cases, you have to make sure to check the logic of your code. Sometimes it's simple syntax or things to change in or conditions, like going from just < to <=.