Ad
  • Custom User Avatar

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

  • Custom User Avatar

    You have to check! Your solution.

    The range of numbers is from 1 to 49. Your solution returns numbers from a range, that contains 50 different numbers!

    And the problem for RandomTests is, that you are returning a wrong winning class.

    Check your solution and maybe, if you do not find the problem, post your code here (mark as spoiler) and we will see.

  • Custom User Avatar

    Had problems with passing random tests only
    It says:

    RandomTests
    ✘ Expected: equal to 6
    Actual: -1

    RandomCheckTests
    ✘ Expected: equal to 49
    Actual: 50

    Can you please check?