Ad
  • Custom User Avatar

    Describing tasks is not an easy task :-) So, when you do not understand it, check the examples:

    count_by(1,10) #should return [1,2,3,4,5,6,7,8,9,10]
    count_by(2,5) #should return [2,4,6,8,10]

    and try to figure out how the results were calculated.

  • Custom User Avatar

    Me nether, I don't even know how to go about this...