Ad
  • Default User Avatar

    Test code is wrong on the following:

        test.assert_equals(is_valid_IP('0.0.0.0'),          True)
        test.assert_equals(is_valid_IP('0.34.82.53'),       True)
    

    When I click on test, I get that everything is valid. However, when I click Attempt, I receive that the above assertions should be False.