0
I need python help
M doing a coding project...it's called flight time and when I try solve it. The output is locked...what might b the problem I cant access the output The test cases are locked
3 Answers
+ 3
Hi Kagiso!
Whenever you're trying to ask help to your problems it's always better to attach your code with your question. So, it will be easy to understand your problem and help to you. We don't think you can't do it.
+ 2
You need to ask actual problem to get answer. We aren't here to assume your problem
+ 1
Code Coach test cases are locked so that you cannot cheat and merely have your code print the answer without actually processing the input. You cannot unlock them. Locked tests teach debugging skills, and push you to improve your program when some cases pass and others fail.