Ad
  • Custom User Avatar
  • Custom User Avatar

    There is a problem in the python version:
    After the sample tests as you can see here : #output of test results
    Test Passed
    Test Passed
    Test Passed
    Test Passed
    Test Passed
    Testing random values: -43 ,3 ,-42: '000300' should equal '000000'
    Testing random values: 187 ,239 ,45: 'BBEF2D' should equal '000000'
    Testing random values: -76 ,201 ,248: '00C9F8' should equal '000000'
    Testing random values: 114 ,241 ,33: '72F121' should equal '000000'
    Testing random values: 97 ,-79 ,131: '610083' should equal '000000'
    as you can see RGB(187,239,45) is expected to be '000000' in HEX Which is absurd and so are the other assertions.
    Please fix this