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.
The Python language. Error in the 4th test:'Penny' should equal 'Leonard'. But the program works correctly (I tested it myself).
Yep
Everything works. Thanks for the help :)
Python, problems with random tests:
Testing for total_kilometers(22, 0.6)
Test Passed(total_kilometers=2.73)
But:Testing for total_kilometers(25, 226)
It should work for random inputs too: 900.0 should equal 904.0(Why does rounding occur?)