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.
В результатах некоторых тестов выскакивают сообщения о том, что нужно было вернуть True. Функция должна возвращать строку, а не булевы значения. Также встречаются тесты, где возникает ошибка "p(i) should be in increasing order", хотя это невозможно в моём алгоритме.
There are problems with rounding to an integer value.
Functions such as: round, int, ceil, floor and decimal module. They do not give results.
I failed 2 tests out of 338. Can I find out somehow: what is in tests 13 and 14?
Excuse me. Yes i can
Why I can't use numpy?
I have a some problem in any kata: "This error was caused due to an issue processing the web request, not because of an issue executing your code. You can retry the request."
I've been reading the assignment for 10 times already and I don't understand this assignment. Can you explain with more detailed examples what is required?
Точно... Скорость уменьшается - пропорционально уменьшается пройденное расстояние.
test.assert_equals(ball_test(10, '______________________________________________________________'), False)
Velocity equal 10
Range equal 62
Speed decrease 6
Remaining speed 4
Why result in 7 Test is False?
Sorry... But using the formula, I can't pass the test, since the time is 12000ms.
This comment is hidden because it contains spoiler information about the solution