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.
Monster
You're not printing the input values there.
Use that.
No hes talking about the other tests, I had the same issue. heres a attachted screen shot of the logs: https://imgur.com/a/WOoPCId
You can see in the sample tests that this case should return
true
:it does'nt and i am not misreading the logs.
Not a kata issue. That test expects
True
, you're misreading the logs, please read this: https://github.com/codewars/codewars.com/wiki/Troubleshooting-your-solution#print-inputMy code works absolutely correct but your checking is wrong. I got it to log your str1 and str2 and my answer your
str1 = scriptingjava
str2 = javascript
MY_ANSWER = javascript
!should return False
why should it return false?