Ad
  • Custom User Avatar

    You must return the result, not print it.

  • Default User Avatar

    Ok, for some reason, the output taken by answer is "None: None" instead of my code output. As follow:

    Test Results:
    Log
    There are 17 in total.
    There are 17 sheeps in total, not None: None should equal 17
    Log
    There are 500 in total.
    There are 500 sheeps in total, not None: None should equal 500
    Log
    There are 0 in total.
    There are no sheeps at all, you counted None: None should equal 0

  • Custom User Avatar

    You are right. Several languages have an incorrect plural in function name, at least: Python, JS, Ruby, TypeScript, Racket, Elixir, Go, CoffeeScript, maybe others. I don't know if this can be fixed easily in all of them without breaking submitted solutions.

  • Custom User Avatar

    The plural of sheep is sheep, not sheeps.