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.
This is absolutely beautiful code! Wow, I would have never came up with a solution like this, bravo!
I am 100% a newbie so it makes 100% sense. Haha sorry for inconvience.
This comment is hidden because it contains spoiler information about the solution
Hey just wanted to give some feedback for python. First off excellent kata to test dictionary skills. Secondly, when testing I got:
'p' should equal ['p']
Personally, I would address this and change it, but up to you.
Just got this on the last test attempt. Not sure if thsi will help.
[291752, 1328419004479542 should equal [291752.0, 1328419004479546.0]
This is after having a test that required roundind to the nearest whole number.
Update, just tried it again and it seems to have corrected itself. May have been CodeWars.
Sorry!
Hye guys,
Just wanted to say the Python kata is still having the rounding issue. Note: Test Attempts will pass, but final Submit code will not. Got such a huge integer, not sure what to do.
Thanks!
Overall very fun kata to practice.
Hey maybe it is just me and my weaknesses as someone who just recently learned python, but does this feel like the upper end of a 6 kyu?