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.
You're printing 0 instead of returning it
In my Python console triple_double(1222345, 12345) returns 0 but it fails on here. Any reason why?
I do it in this way
return "%.2f" % length
This comment is hidden because it contains spoiler information about the solution
My code passes the test cases fine in python but fails here. Any ideas why?
Hi, your code is wrong, try to figure out it by youself.
As a hint - read the instruction one more time
"5.1 should equal 5.10"
How can I fix this?
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution