Ad
  • Default User Avatar

    I was testing your solution and I noticed it does not pass these tests:

    Test.assert_equals(rgb(148, 1, 211), '9411D3', 'Noooo') # Expected: "9411D3", instead got: "941D3"

    Test.assert_equals(rgb(148, 15, 211), '94FFD3', 'Noooo') # Expected: "94FFD3", instead got: "94FD3"