Imo, I think the instructions could have more clear. I took a lot of time trying to dissect the problem as well.
If the instructions were a bit more clear, I think this would have improved the quality of the problem.
Make sure you select the latest Python version 3.8 in the trainer (at the top of the page), save your code locally (or you will lose it), and click on reset at the bottom of the page. That should fix the issue.
Well I call it Best Practices.
Imo, I think the instructions could have more clear. I took a lot of time trying to dissect the problem as well.
If the instructions were a bit more clear, I think this would have improved the quality of the problem.
Your code is returning
9
, it need to return-9
.Read the Kata's description again.
What was the problem? I'm getting the same and Idk what is it
Without your code, we also don't know.
Make sure you select the latest Python version
3.8
in the trainer (at the top of the page), save your code locally (or you will lose it), and click on reset at the bottom of the page. That should fix the issue.