I have two Repl
-
First-Test this is basically my code which is working as per test cases
-
[Second] : But my code is failing in the tests when placed in format
I have two Repl
First-Test this is basically my code which is working as per test cases
[Second] : But my code is failing in the tests when placed in format
Repl.it can make tricky to figure out what error is saying. Here’s copied out difference from the error. Lines starting with -
are returned by function, lines with +
are what is expected.
- 3 3801 45 123
? ----
+ 3 3801 45 123
- + 855 - 2 + 43 + 49
? ----
+ + 855 - 2 + 43 + 49
- ----- ------ ---- -----
? ----
+ ----- ------ ---- -----
And what does the ? refers to…I feel values returned by function is matching the expected outcome.
Okay, probably it is the extra spaces in the end
Yes checked and corrected, Thanks
?
indicates where is the difference.
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.