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

12th Aug 2021, 1:51 PM
Kagiso Blessig Machacha
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.
12th Aug 2021, 2:53 PM
Python Learner
Python Learner - avatar
+ 2
You need to ask actual problem to get answer. We aren't here to assume your problem
12th Aug 2021, 1:53 PM
Ayush Kumar
Ayush Kumar - avatar
+ 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.
12th Aug 2021, 3:46 PM
Brian
Brian - avatar