Ad
  • Custom User Avatar

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

  • Custom User Avatar

    "You've decided to try to create a test framework that allows for easy testing of Pathfinder Ability Score arrays, and their validity, using 25 points."

    • that can be understand as "minus points is False"

    "You will write a function that takes an array of 6 scores (integers) and will return a boolean if they add up in 25 points or less."

    • here says "will return a boolean", but correctly it would be "True", because easher way I understand that should be returned something else but boolean if they not "add up in 25 points or less"
  • Custom User Avatar

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

  • Custom User Avatar

    This is not a solution. It doesn't work.

  • Custom User Avatar

    Test doesn't work for python.
    When i press the "test" button, outpus says: "Response received but no data was written to STDOUT or STDERR."
    My code is correct, this kata wery simple, problem in tests, because when i press "attempt", all test are passed.