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.
I like it
oow i didn't know that... sorry.
Please use spoiler flag next time, your posts here are visible for people who hasn't solved the kata yet in the homepage.
This comment is hidden because it contains spoiler information about the solution
odd and even variables can be strings instead of lists, and use += instead of append. That will eliminate the join step at the end
This should also pass with "D:", which is the opposite of a smiley! :)
mutating the input is bad practice. the other list should have been cleared instead
You did not check the nose? How did this pass?
looks fishy :))
what if the smily face is ":8)" ?. I think you forgot to check for valid nose.
In solutions?
Spoiler flag?
This comment is hidden because it contains spoiler information about the solution
Hard-coding the ASCII code for space is sloppy. Better/clearly to just use a space:
if (a[i] != ' ')
Check what happens if you remove '? true : false' from return line.
Loading more items...