I also have the same problem, did you solve it?
Ok sorry, I am just not able to read the docs properly...
Did you add print(arr) to your code?
print(arr)
I do not have the same output as shown in the images.
I only see the error message.
https://docs.codewars.com/training/troubleshooting/#print-input
When I attempt my Code I get the error:
'The first item 1 should equal 0'
I am asking if there is a way to see the input array, so I can test my code. Since everything else is ok and there are no other errors thrown.
Loading collection data...
I also have the same problem, did you solve it?
Ok sorry, I am just not able to read the docs properly...
Did you add
print(arr)
to your code?I do not have the same output as shown in the images.
I only see the error message.
https://docs.codewars.com/training/troubleshooting/#print-input
When I attempt my Code I get the error:
'The first item
1 should equal 0'
I am asking if there is a way to see the input array, so I can test my code.
Since everything else is ok and there are no other errors thrown.