Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
What if there is nothing to print?
This sounds somewhat unusual. If you haven't read the FAQ item on printing the test case input then please do, paying special attention to flushing, and order the prints are displayed w.r.t. assertion message (i.e. printed output is present above failure message).
If you already know all of this and you still cannot pass, show us your code and we will take a look.
I still cannot deduce what is the failure case. I'm attempting to see what numbers are being used for the test case & it wont populate in the log. I've called print() at each step to show what the code is doing as well & it works for every case except one of the main test cases. When i go to submit, it shows the log for every case except the failed scenario where it says "False should be True"
If you want to see the input, you have to print the input, not the output...
A mi me sale el mismo error al final resolviste cual era el problema
Alguien sabe que validacion en el codigo hace el test4 porque es el unico que me falta para pasar este reto
This comment is hidden because it contains spoiler information about the solution
Ahh i see, I just needed to throughly read the documentation after stepping away for a second. Thanks again!
There's a small mistake in your regex.
This comment is hidden because it contains spoiler information about the solution
Your code is wrong (use print to see what you're doing wrong), and please use markdown formatting and mark your post as having spoiler content when posting code like that. Btw, use
Question
label when the problem is your code, not the kata.This comment is hidden because it contains spoiler information about the solution