Ad
  • Custom User Avatar

    In the Kata description: """ Your points are not included in the array of your class's points. For calculating the average point you may add your point to the given array! """

    Your solution does not seem to include "your points".
    Also '.reduce' fails if the list is empty. '.fold()' handles that case.

  • Custom User Avatar

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