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.
Not an issue, everything's working alright.
Python I keep getting this error Test.assert_equals(how_much_i_love_you(r), how_much_i_love_youPK(r)). Does this mean its trying to invoke the function with the parameter being r?
No problem at all, and good luck (: Feel free to ask any questions, I'd be glad to help.
I appreciate the feedback and I will look into it. Thank you!
While this kata is still possible to solve using a method like this (due to it being an easy one and not requiring optimization), I would highly recommend learning the syntax of filter. It's great to learn as a programmer, and in general has a higher degree of effiency for these types of problems (no wasted time efficiency from multiple .append() calls and resizing the list).