Ad
  • Custom User Avatar

    Ah, that makes much more sense. Apologies for my ignorance.

  • Custom User Avatar

    Not sure if the tests have been changed at some point, but how can the following test work properly?
    Test.assert_equals(gap(6,100,110), None)

    101 and 107 are prime numbers between 100 and 110 with a gap of 6.

  • Custom User Avatar

    Python version has several fatal errors in test cases preventing correct code from working. Skip this.