Ad
  • Custom User Avatar

    There should be no need to use decimals in this particular challenge, and floats should work. I tried to build the tests in the way to make them resistant to precision issues, and if you have such problems, then i believe its something not exactly right with your code.
    I can double check if you post your code bere.

  • Default User Avatar

    When using Python 3, is it recommended to use the decimal module? Is the floating-point precision so bad for doing its kata?