+ 1
Code Coach: How to submit for multiple tests using python?
The code coach gives many scenarios to be completed. I know how to complete each with a print statement, but it seems to only be able to read one tests at a time... but I am required to submit all at once. Please help Thank you
1 Antwort
+ 3
Hi Jason
Love your codes, keep them coming.
I am not sure I understand your question but I will try to answer what I think you mean.
You are required to write 1 code which will then be tested against a number of different scenarios.
A few of those scenarios are open to inspection so you may start to surmise why your code may be failing some of the tests.
Reading carefully through the code description can usually resolve your problem.
If you are having trouble with a particular code, post it with your query.