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.
Try to avoid using the % (modulo) operator.
Try to avoid using the % (modulo) operator.
this is Python style, if you want it easier, use Basic
but the rounded value in the test will not equal the non-rounded value in the function. For example, the test will not pass.
test.assert_equals(distance_between_points(Point(3.25678, 3.985654), Point(3.62564, 3.35444)), 0.731087)
the task was not to rewrite the function but to fix it
the task was not to rewrite the function but to fix it
condition not met. "Tests round answers to 6 decimal places"
condition not met. "Tests round answers to 6 decimal places"