Draft

Palindromic Products

Description
Loading description...
  • Please sign in or sign up to leave a comment.
  • FArekkusu Avatar

    Having multiple output types is a bad practice.

  • FArekkusu Avatar
    • All values can be calculated exactly
    • Output type should be changed to something more reasonable

    It's not very nice to publish the same kata with the same issues again, you know.

    • sid114 Avatar

      decimal places are not required anymore (though i think they should remain for consistency, since the value of mean is likely to have them)

      output is now in the format of a list

    • FArekkusu Avatar

      output is now in the format of a list

      And why do you think that it should be list instead of, say, tuple?

      decimal places are not required anymore

      "Decimal places not required" and "now it should be truncated" are 2 different things, and you've only made it worse than it was.