• Custom User Avatar

    В результатах некоторых тестов выскакивают сообщения о том, что нужно было вернуть True. Функция должна возвращать строку, а не булевы значения. Также встречаются тесты, где возникает ошибка "p(i) should be in increasing order", хотя это невозможно в моём алгоритме.

  • Custom User Avatar

    There are problems with rounding to an integer value.
    Functions such as: round, int, ceil, floor and decimal module. They do not give results.

  • Custom User Avatar

    I failed 2 tests out of 338. Can I find out somehow: what is in tests 13 and 14?

  • Custom User Avatar
  • Custom User Avatar

    Why I can't use numpy?

  • Custom User Avatar

    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."

  • Custom User Avatar

    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?

  • Custom User Avatar

    Точно... Скорость уменьшается - пропорционально уменьшается пройденное расстояние.

  • Custom User Avatar

    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?

  • Custom User Avatar

    Sorry... But using the formula, I can't pass the test, since the time is 12000ms.

  • Custom User Avatar

    This comment is hidden because it contains spoiler information about the solution