Ad
  • Default User Avatar

    thank you, i was sure i was not returning the correct object. i was able to do it ;))

  • Default User Avatar

    im having a problem with the output
    python!
    error message:
    Example Tests
    Log
    {'r': 255, 'g': 153, 'b': 51}
    None should equal {'r': 255, 'g': 153, 'b': 51}

    im getting the right results but once i try to return it in the mandatory format its giving me an error.
    im returning a print of a string using format to have the 3 values of the tuple in the correct place.
    can anyone explain what the "return an object" means if it isnt suposed to return a string with the correct syntax?

  • Custom User Avatar

    This comment is hidden because it contains spoiler information about the solution

  • Custom User Avatar

    countries
    should pass random tests
    results from randomly generated table
    should return 3 capitals only
    should return only one column
    should return the capital column
    should only return capitals of African countries in order
    expected: "BJSVXETS"
    got: "ABWVQGHH"

    Do i have something wrong? Isn't it suposed to be ABWVQGHH before BJSVXETS since we want the answer in alphabetical order? Everything else is correct.